
@media (max-width: 600px) {
  .footer__buttons {
    flex-direction: column;
  }
  .footer__buttons .button {
    max-width: 100%;
    width: 100%;
  }
  .popup-success {
    vertical-align: bottom;
    width: 100%;
  }
  .popup__close {
    transform: scale(0.8);
  }
  .card {
    width: 100%;
  }
  .card__image-wrapper {
    height: clamp(250px, 60vw, 400px);
  }
}