@media (max-width: 1399px) {
  .feature-card .feature-card__content h3 {
    font-size: 22px;
    line-height: normal;
  }
  .feature-card .feature-card__icon img {
    min-width: 63px;
    height: 63px;
  }
  .why-choose-us .why-choose-us__content h2,
  .testimonial-section .testimonial-title h2 {
    font-size: 52px;
  }
  .whoweare__right {
    margin-right: 30px;
  }
}

@media (max-width: 1199px) {
  .hero-section-one .heading-boder h2 {
    width: 80%;
  }

  .hero-section-one {
    padding-top: 200px;
  }
  .small-services-color .row {
    row-gap: 20px;
    justify-content: center;
  }
  .feature-card {
    padding: 15px;
  }
  .feature-card .more-btn .arrow-btn {
    width: 35px;
    height: 35px;
  }
  .why-choose-us .why-choose-us__content {
    padding: 0 50px;
  }
  .why-choose-us .why-choose-us__content h2,
  .testimonial-section .testimonial-title h2 {
    font-size: 42px;
  }
  .digital-solution-heading h2 {
    font-size: 32px;
  }
  .whoweare__img-2 {
    right: -30px;
  }

  .small-services {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 25px;
  }
  .site-footer .footer_link h3 {
    font-size: 16px;
  }
  .footer-widget__about-text {
    font-size: 20px;
  }
  .swiper {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .choose-wrap .why-choose-us__img {
    max-width: 40%;
  }
  .why-choose-us .why-choose-us__content {
    max-width: calc(100% - 40%);
    padding: 0 25px;
  }
  .digital-solution-img {
    max-height: 423px;
  }
  .whoweare__img-box .whoweare-img-1 {
    max-height: 480px;
  }
  .footer-widget__about-text,
  .footer-widget__title {
    font-size: 18px;
  }
  .feature-row .feature-col:nth-child(2):not(:last-child) .feature-card {
    border-right: 1px solid #000;
  }
  .feature-row .feature-col:nth-child(odd) .feature-card {
    border-right: 0;
  }
  .feature-row .feature-col:first-child .feature-card {
    border-bottom-left-radius: 0px;
  }
  .feature-row .feature-col:last-child .feature-card {
    border-top-right-radius: 0px;
  }
  .feature-row .feature-col:nth-child(-n + 2) .feature-card {
    border-bottom: 0;
  }
  .feature-row .feature-col:nth-child(2) .feature-card {
    border-top-right-radius: 26px;
  }

  .feature-row .feature-col:nth-child(3) .feature-card {
    border-bottom-left-radius: 26px;
  }
  .digital-solution-img-text {
    width: 100%;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .hero-section-one {
    padding: 140px 0;
  }
  .hero-section-one .heading-boder h2 {
    width: 100%;
  }
  .choose-wrap {
    flex-direction: column;
  }
  .choose-wrap .why-choose-us__img {
    max-width: 100%;
    border-bottom-left-radius: 0;
    height: 280px;
    border-top-right-radius: 26px;
  }
  .why-choose-us .why-choose-us__content {
    max-width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 26px;
    padding: 25px;
  }
  .testimonial-section .testimonial-card {
    padding: 25px;
  }
  .footer-row {
    row-gap: 25px;
  }
  .site-footer__top {
    padding-right: 15px;
    padding-left: 15px;
  }
  .why-choose-us .why-choose-us__content h2,
  .testimonial-section .testimonial-title h2 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .feature-row .feature-col:nth-child(n):not(:last-child) .feature-card {
    border-right: 1px solid #000;
  }
  .feature-row .feature-col:nth-child(2) .feature-card,
  .feature-row .feature-col:nth-child(3) .feature-card {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .feature-row .feature-col:nth-child(1) .feature-card {
    border-top-right-radius: 26px;
  }
  .feature-row .feature-col:last-child .feature-card {
    border-bottom-left-radius: 26px;
  }
  .whoweare__img-2 {
    max-width: 180px;
    height: 180px;
  }
  .whoweare__bottom {
    justify-content: center;
  }
  .whoweare__points {
    flex-direction: column;
  }
  .whoweare__points li {
    width: 100%;
    margin-bottom: 10px;
  }
}
