@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute;
  }

  .banner {
    padding-bottom: 6rem;
  }

  .banner .logo {
    width: 120px !important;
  }

  .banner .logo2 {
    width: 60% !important;
  }

  .banner p {
    font-size: 1.5rem;
  }

  .banner p span {
    font-size: 2.5rem !important;
  }

  .banner #title-box {
    font-size: 2rem;
  }

  .banner .title img {
    width: 300px;
  }

  .banner .title span {
    font-size: 3rem;
    height: 40px;
    padding-top: 15px;
  }

  .banner .list img {
    width: 80px;
  }

  .banner .list .small {
    font-size: 1rem !important;
  }

  /* section#three .box .content {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section#three .mobile {
    width: 300px;
  }

  section#three .content-box img {
    width: 400px;
    left: 0;
  } */

  section#four .card-text {
    font-size: 1.1rem !important;
  }

  section#four img {
    height: 80px !important;
  }

  /* section#six h1 {
    font-size: 2.25rem;
  } */

  section#six h2 {
    margin-left: 3rem;
  }

  section#six .photo {
    flex-direction: row;
  }

  section#seven ul {
    font-size: 1.1rem;
  }

  section#seven .button a {
    margin: 0 3rem;
  }

  section#six button {
    font-size: 1rem;
  }

  .slick-prev,
  .slick-next {
    position: initial;
  }

  .accordion-button {
    font-size: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .position-lg-absolute {
    position: absolute;
  }

  .banner .list img {
    width: 60px;
  }

  .banner .list .small {
    font-size: 1rem !important;
  }

  .banner .phone {
    width: 85%;
  }

  /* section#three #title {
    width: 100%;
  }
  section#three .content-box img {
    width: 600px;
  } */

  section#four .card-text {
    font-size: 1.5rem !important;
  }

  section#four img {
    height: 125px !important;
  }

  section#five ul li.wrap-text::before {
    transform: translateY(-50%);
  }

  section#seven ul {
    font-size: 1.5rem;
  }
}
