@media (max-width: 1600px) {
  p {
    font-size: 16px;
    line-height: 27px;
  }
  body {
    --space-110: 70px;
    --container-width: 1250px;
  }
  .banner-content h1 {
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 1400px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
  h2 {
    font-size: 34px;
  }
  body {
    --container-width: 92%;
  }
  .banner-content p {
    font-size: 18px;
  }
  .about-inner p + p {
    margin-top: 20px;
  }
  .why-choose {
    gap: 20px;
  }
  .why-choose .item {
    padding: 20px;
  }
  .service-card-content h4 {
    font-size: 18px;
    min-height: 46px;
  }
  .footer-second ul li {
    font-size: 16px;
  }
  .footer-second {
    width: 49%;
  }
  .site-mail + p {
    font-size: 16px;
  }
  .footer-second ul {
    gap: 18px;
  }
  .question-inner {
    max-width: 700px;
  }
  .banner-content h1 {
    font-size: 34px;
  }
  .question-inner h2 {
    line-height: 1.2;
  }
  .service-card-content h4 {
    font-size: 20px;
    min-height: 52px;
  }
  .footer-second ul li {
    font-size: 16px;
  }
  .footer-second ul {
    gap: 15px;
  }
  .footer-first {
    padding-right: 0;
  }
  .site-call, .site-mail, .site-mail + p{
    font-size:16px;
  }
}

@media (max-width: 860px) {
  h2 {
    font-size: 30px;
  }
  body {
    --space-110: 50px;
    font-size: 14px;
  }
  .get_start {
    display: none;
  }
  .why-choose-block h3 {
    margin-bottom: 25px;
  }
  .why-choose-block {
    margin-top: 40px;
  }
  .banner-content h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .banner-content p {
    font-size: 16px;
  }
  .banner-inner {
    gap: 30px;
  }
  .why-choose .item {
    font-size: 16px;
  }
  .why-choose {
    gap: 15px;
  }
  .services .mySwiper {
    margin-top: 30px;
  }
  .question-inner h2 {
    margin-bottom: 15px;
  }
  .footer-first,
  .footer-second,
  .footer-third {
    width: 100%;
  }
  .footer-top {
    row-gap: 30px;
  }
  .footer-top {
    padding: 50px 0;
  }
  .service-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-inner {
    gap: 30px;
  }
  .about-inner p + p {
    margin-top: 12px;
  }
  .about-inner h2 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  p {
    margin-bottom: 10px;
  }
  h3,
  h2 {
    font-size: 24px;
  }
  .banner-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .banner-content .primary-button {
    padding: 13px 15px;
    margin-top: 10px;
  }
  .about-inner p {
    font-size: 14px;
  }
  .about-content {
    margin-bottom: 0;
  }
  .why-choose-block {
    margin-top: 30px;
  }
  .about-inner h2,
  .why-choose-block h3 {
    margin-bottom: 15px;
  }
  .why-choose {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .why-choose .item {
    font-size: 14px;
  }
  .why-choose .item {
    padding: 15px;
    font-size: 14px;
  }
  .service-card-content h4 {
    min-height: auto;
  }
  .footer-second ul li {
    font-size: 14px;
    width: 100%;
  }
  .site-mail + p {
    font-size: 14px;
  }
  .site-call img,
  .site-mail img {
    max-width: 22px;
  }

  .main {
    margin-top: 97px;
  }

  .about.py-110 {
    padding-top: 0;
  }
  .service-card-list {
    margin-top: 25px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .about-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-third h4,
  .footer-second h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-second ul {
    margin-top: 20px;
  }
}
