@media (max-width: 959px) {
  .custom-logo {
    padding: 15px 0;
  }

  .heading-wrap h2,
  .heading-wrap h1 {
    font-size: 27px;
  }

  .page__banner .banner__img picture {
    height: auto;
  }

  .banner__text {
    position: static;
    width: auto;
    position: static;
    padding: 15px;
    background: #eee;
  }

  .banner__text h1 {
    color: #111;
    font-size: 27px;
    text-shadow: none;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .tripadvisior__choice a {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .tripadvisior__choice a img {
    width: 100%;
  }
  .teams {
    flex-wrap: wrap;
    justify-content: center;
  }

  .teams > .our-team {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .review__page .review__wrapper {
    display: block;
    text-align: center;
  }
  .review__page .review__wrapper > a {
    margin: auto;
  }

  .review__page .review__wrapper p {
    margin-top: 12px;
  }

  .gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-logo {
    width: 122px;
  }

  .contact-address h2,
  .contact__form h2 {
    font-size: 23px;
  }

  .each-why-us h3 {
    font-size: 22px;
  }

  .site-header {
    padding-top: 0;
  }
  .contact__information {
    padding: 0;
  }

  .blog__listing .blog__wrapper {
    display: block;
  }

  .newsletter__section .odt-flex {
    flex-wrap: wrap;
  }

  .newsletter__section .associated__title {
    margin: 0;
    margin-bottom: 12px;
  }

  .newsletter__section input {
    width: 100%;
    border-bottom: 1px solid var(--primary);
  }

  .newsletter__form form > div p {
    width: 100%;
  }
  .associated {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }

  .associated h4 {
    display: block;
    margin-bottom: 5px;
  }

  .associated__with .odt-flex {
    display: block;
  }

  .header-contacts {
    padding: 0;
    border: none;
  }

  .site-header.fixed .header-contacts {
    display: block;
  }

  .desktopRender {
    display: none;
  }
}
