
@media (max-width: 1220px) {
  .footer {
    background-size: 90vw;
  }
  .header__phone a {
    font-size: 24px;
    line-height: 28px;
  }
  .cottage-card {
    width: calc(50% - 8px);
  }
  .hypothec .flex-row .hypothec-card {
    width: calc(50% - 8px);
  }
  .news-card {
    width: calc(50% - 8px);
    height: fit-content;
  }
  .news-card__image-wrapper {
    height: fit-content;
  }
}