.promo-image {
  max-width: 1200px;
  width: 100%;
  max-height: 550px;
  height: 100%;
  border-radius: 20px;
  margin: 50px auto;
}

@media (max-width: 768px) {
  .promo-image {
    max-width: 360px;
    max-height: 275px;
    border-radius: 10px;
    margin: 20px auto 30px;
  }
}

.promo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
