@media screen and (max-width: 768px) {
  .contacts-title {
    margin-top: 80px;
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .contacts-title .main-header {
    margin-top: 32px;
    font-size: 32px;
  }
  .contacts-address,
  .contacts-technical-support,
  .contacts-reference {
    padding: 16px 20px;
  }
  .contacts-address .mid-header {
    font-size: 20px;
  }
  .contacts-reference .tel {
    border-right: none;
  }
  .contacts-technical-support .mid-header,
  .contacts-reference .mid-header {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .contacts-technical-support h5,
  .contacts-reference h5 {
    font-size: 18px;
  }
  .contacts-technical-support p,
  .contacts-reference p {
    font-size: 14px;
  }
  .map-container {
    aspect-ratio: 1/0.875;
  }
}
