.event-img {
  padding: 0 16px;
  text-align: center;
  margin-bottom: 80px;
}
.event-img:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .event-img {
    margin-bottom: 8vw;
  }
  .event-img:first-of-type {
    margin-top: 16px;
  }
}
