.latest_event__item {
  position: relative;
  box-shadow: -15px -15px 0px 4px #f6f2f2;
  -webkit-box-shadow: -15px -15px 0px 4px #f6f2f2;
  -moz-box-shadow: -15px -15px 0px 4px #f6f2f2;
}
.latest_event__item a {
  color: #000000;
}
.latest_event__item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .latest_event__item img {
    height: 454px;
  }
}
.latest_event__item-info {
  width: auto;
  background: rgba(254, 188, 46, 0.95);
  position: absolute;
  left: 20px;
  bottom: -20px;
  height: auto;
  text-align: center;
  padding: 10px 5px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .latest_event__item-info {
    padding: 10px;
    max-width: 379px;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.latest_event__item-badge {
  background: #DC2329;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 20px;
  padding: 10px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .latest_event__item-badge {
    max-width: 128px;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}
