@media (min-width: 375px) and (max-width: 767px) {
  .page-container {
    gap: 40px;
  }

  .banner {
    gap: 32px;
    padding: 20px 16px 0;
  }

  .banner__top {
    gap: 32px;
  }

  .banner__company-logo {
    width: 97px;
    height: 32px;
  }

  .banner__header-text-container {
    gap: 32px;
  }

  .banner__header-text {
    gap: 32px;
  }

  .banner__header-title {
    font-size: 19px;
    line-height: 100%;
  }

  .banner__header-title--colors {
    font-size: 28px;
  }

  .banner__header-description {
    display: none;
  }

  .banner__sign-up-button {
    width: 277px;
    height: 57px;
  }

  .banner__sign-up-button-text {
    font-weight: 600;
    font-size: 18px;
  }

  .banner__banner-image {
    width: 343px;
    height: 166.31px;
  }

  .reason {
    gap: 20px;
    padding: 16px 16px;
    margin-top: 0;
  }

  .reason__title {
    gap: 12px;
  }

  .reason__title--big {
    font-size: 24px;
  }

  .reason__title--small {
    font-size: 16px;
  }

  .reason__reason-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .reason__reason-card {
    padding: 32px 20px;
  }

  .experience {
    padding: 40px 32px;
  }

  .experience__experience-card {
    padding: 40px 24px;
    gap: 12px;
  }

  .experience__card-icon-container {
    border-radius: 64px;
    width: 64px;
    height: 64px;
    padding: 15px;
  }

  .experience__card-text {
    gap: 20px;
  }

  .experience__card-title {
    font-size: 20px;
  }

  .experience__card-description {
    font-size: 14px;
    line-height: 140%;
  }

  .customers {
    gap: 20px;
    padding: 0 16px;
  }

  .customers__text {
    gap: 12px;
  }

  .customers__text--big {
    font-size: 24px;
  }

  .customers__text--small {
    font-size: 16px;
  }

  .customers__logo-container {
    border: 0.69px solid #ebf2f5b8;
    height: 49.39px;
    width: 164.64px;
    padding: 10px;
    border-radius: 8.23px;
  }

  .special-offer {
    padding: 40px 32px;
    gap: 24px;
  }

  .special-offer__title {
    font-size: 24px;
  }

  .special-offer__card-title {
    font-size: 16px;
  }

  .special-offer__card-subtitle {
    font-size: 12px;
  }

  .special-offer__timer {
    gap: 12px;
  }

  .special-offer__timer-card {
    width: 72px;
    height: 72px;
    padding: 20px 12px;
  }

  .special-offer__card-number {
    font-size: 24px;
  }

  .special-offer__card-text {
    font-size: 12px;
  }

  .special-offer__reminder {
    font-size: 16px;
  }

  .special-offer__sign-up-button {
    height: 46px;
    width: 311px;
    border-radius: 8px;
    font-size: 16px;
    border: none;
  }

  .mobile-floater {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    box-shadow: 0px 8px 32px 0px #3c3c3c40;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 12px 13px 24px;
    gap: 14px;
  }

  .mobile-floater__timer {
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .mobile-floater__timer-card {
    background-color: #591010;
    display: flex;
    flex-direction: column;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 4.8px;
  }

  .mobile-floater__card-number {
    font-size: 16.8px;
    color: #ffffff;
  }

  .mobile-floater__card-text {
    font-weight: 400;
    font-size: 10.8px;
    line-height: 112.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
  }

  .mobile-floater__sign-up-button {
    background: linear-gradient(90deg, #fa7218 0%, #ef4544 100%);
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 112.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 8px;
  }

  .mobile-floater__divider {
    font-size: 32px;
    color: #6d7d93;
    line-height: 100%;
  }


    .posbooking-ads-title {
        text-transform: none;
        margin-bottom: 200px
    }
}
