@media (max-width: 992px) {
  .events__item .card-general__img {
    height: auto !important;
  }
}

@media (max-width: 639px) {
  .events__item .card-general__img {
    height: auto !important;
  }
}