.event {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  padding: 32px 24px 80px;
  margin-bottom: 24px;
  letter-spacing: 0.01em;
  color: #000000;
}

@media (min-width: 768px) {
  .event {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 32% !important;
  }
}

.event p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* or 138% */
  letter-spacing: 0.01em;
  color: #000000;
}

.event__header {
  min-height: 70px;
  margin-bottom: 16px;
}

.event__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  /* or 108% */
  color: #000000;
}

.event__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #0f75a9;
}

.event svg {
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.event:hover {
  background: #f6f6f6;
}

.event:hover svg path {
  fill: #0f75a9;
}
/*# sourceMappingURL=newsroom.css.map */