@media screen and (max-width: 768px) {
  header {
    padding: 16px 18px;
    row-gap: 8px;
  }

  .top-header {
    padding: 0;
    column-gap: 12px;
  }

  .bottom-header {
    padding: 0;
  }

  .top-header__contact {
    display: none;
  }

  .top-header__logo {
    flex: 1;
  }

  .top-header__menu-button--mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: transparent;
    outline: transparent;
  }

  .nav {
    display: none;
  }

  .bottom-header__text {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    text-wrap: wrap;
  }

  .breadcrumb {
    padding: 0 16px;
  }

  .column {
    margin-top: 0;
  }

  .qa__content-item {
    width: 100%;
  }

  .qa__content-item {
    flex-direction: column;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 16px;
    row-gap: 20px;
    margin-top: 20px;
  }

  .br-mobile {
    display: block;
  }

  .columns {
    padding: 40px 16px 28px 16px;
  }

  .columns__title {
    display: none;
  }

  .columns .title-underline {
    display: none;
  }

  .columns__more {
    margin: 12px auto 0 auto;
  }

  .qa__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 8px auto;
  }

  .qa {
    padding: 28px 16px;
  }

  .qa__content {
    margin: 0 auto;
  }

  .qa__content-item-question-question-text {
    font-size: 14px;
    font-weight: 400;
  }

  .qa__content-item-question-question-content {
    padding: 12px;
  }

  .qa__content-item-question-more-link {
    padding: 13px 16px;
    width: fit-content;
    display: flex;
    align-items: center;
    min-width: unset;
  }

  .qa__content-item-question-more-link-text {
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    min-width: unset;
  }

  .qa__content-item-question-question-answer-text {
    font-size: 14px;
    font-weight: 400;;
  }

  .qa__content-item-question-question-more {
    font-size: 16px;
    font-weight: 700;
  }

  .qa__content-item-question-more-number {
    font-size: 20px;
    font-weight: 500;
  }

  .qa__content-item-question {
    padding: 16px 12px;
  }

  .qa__content-item-question-customer-info {
    display: flex;
    column-gap: 12px;
  }

  .qa__content-item-question-customer-info-job {
    font-size: 16px;
    font-weight: 400;;
  }

  .qa__content-item-question-customer-info-avatar {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
  }

  .qa__content-item-question-date {
    font-size: 14px;
    font-weight: 400;
  }

  .qa__content-item-question-customer-info-name-text {
    font-size: 20px;
    font-weight: 700;
  }

  /* FAQ */
  .frequently-asked-questions {
    padding: 28px 16px;
  }

  .frequently-asked-questions__title {
    font-size: 24px;
    font-weight: 700;
  }

  /* Footer */
  .footer-top {
    padding: 24px 16px;
  }

  .footer-top__container {
    display: flex;
    flex-direction: column;
  }

  .footer-header__right-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 12px;
  }
  
  .footer-header__left-text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .footer-header__right-line-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-header__right-email-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .footer-header__left-logo {
    max-width: unset;
    margin: 0 auto 4px auto;
  }

  .footer-header__right-item--open-time {
    display: flex;
    flex-direction: unset;
    justify-content: start;
    align-items: center;
    margin: 0 0 24px 0;
  }

  .district-map__list-location-item-more-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    text-decoration: none;
    padding: 16px;
    margin-top: 12px;
    background-color: #00AEEF;
    border-radius: 4px;
  }

  .district-map__container {
    margin: 0 auto;
  }

  .district-map__list-location-item-more-link-text {
    color: #F5F4F2;
    font-size: 16px;
    font-weight: 700;
  }

  .banner__title {
    font-size: 24px;
    font-weight: 700;;
  }

  .desktop-only {
    display: none;
  }

  .banner__description {
    font-size: 16px;
    font-weight: 400;
    padding: 16px 0 0 0;
  }

  .banner__container {
    padding: 16px;
  }
}
