
@media (max-width: 1220px){
  .header__logo {
    max-width: 140px;
  }
  .header__phone a {
    font-size: 22px;
    line-height: 26px;
  }
  .header__phone div {
    font-size: 14px;
    line-height: 21px;
  }
  .index-areas__touch {
    display: block;
    animation: touchAnim 0.85s linear forwards infinite;
  }
  .hypothec .flex-row .hypothec-card {
    width: calc(50% - 8px);
    height: 480px;
  }
  .news-card {
    width: calc(50% - 8px);
    height: fit-content;
  }
  .news-card__image-wrapper {
    height: fit-content;
  }
}