/* @media (max-width: 1500px) {
  .project__thumb-three img {
    max-height: 200px;
  }
} */
@media (max-width:1500px) {
  .banner__content {
    padding-bottom: 50px;
  }
}

@media (max-width:1400px) {

  .section__title .title,
  .section__title-two .title {
    font-size: 32px;
  }

  .breadcrumb__content .title {
    font-size: 34px;
  }

  .project__content-three .title a {
    font-size: 20px;
  }

  .career__item-content .title {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {

  .top-iot-section.benefit__area-two .benefit__item-two {
    min-height: 185px;
  }

  .fintech-section.top-iot-section.benefit__area-two .benefit__item-two {
    min-height: 210px;
  }

  .benefit__area-two .section__title .title {
    font-size: 30px;
  }

  .faq__wrap .accordion-button {
    font-size: 20px;
    padding: 20px 30px 20px 0;
  }

  .services__item-wrap .row>*:nth-child(even) .services__item-three {
    margin-top: 0px;
  }

  .about__img-wrap-two .shape img:nth-child(1) {
    left: -25px;
  }

  .insights-analytics-section.top-iot-section.benefit__area-two .benefit__item-two {
    min-height: 240px;
  }

  .benefit__content-two .title {
    font-size: 18px;
  }
}

@media (max-width: 992px) {

  .top-iot-section.benefit__area-two .benefit__item-two,
  .fintech-section.top-iot-section.benefit__area-two .benefit__item-two,
  .insights-analytics-section.top-iot-section.benefit__area-two .benefit__item-two {
    min-height: auto;
    gap: 30px;
  }

  .benefit__item-two {
    align-items: center;
  }

  .about__img-wrap-two .shape img:nth-child(1) {
    left: -50px;
  }

  .cta__content-two .title {
    font-size: 26px;
  }

  .banner__content {
    padding-bottom: 0px;
  }
}

@media (max-width: 768px) {

  .career__item-content .title,
  .faq__wrap .accordion-button,
  .project__solution-item .title,
  .benefit__content-two .title,
  .services__content-three .title,
  .features__content-four .title {
    font-size: 18px;
  }

  /* .project__thumb-three img {
    max-height: 250px;
  } */

  .process-cards .features__item-two {
    padding: 10px 15px 16px;
  }

  .services__item-three {
    padding: 30px 15px 30px 20px;
  }

  .features__item-two {
    padding: 25px 20px 20px;
  }

  .faq__wrap .accordion-button::before {
    font-size: 16px;
  }

  .whatsapp-float {
    width: 40px;
    height: 40px;
    bottom: 20px;
  }

  .whatsapp-icon {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 576px) {
  .tgmenu__nav .logo img {
    height: 32px;
  }

  .career__item {
    padding: 20px 20px;
  }

  .features__item-two {
    padding: 20px 20px 15px;
  }

  .breadcrumb__content .title {
    font-size: 24px;
  }

  .project__nav-two button {
    width: 60px;
    height: 40px;
  }

  .about__content-two>p,
  .history__content-two>p {
    font-size: 16px;
  }

  .features__content-two p,
  .features__content-three p {
    margin-bottom: 10px;
  }

  .faq__wrap .accordion-button::before {
    font-size: 14px;
  }

  .cta__content-two .title {
    font-size: 24px;
  }

  .faq__content .section__title {
    margin-bottom: 30px;
  }

  .faq__content {
    margin-bottom: 40px;
  }

  .about__img-wrap .shape {
    display: none;
  }
  .testimonial__content-bottom .title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .success-stories_section .project__solution-item {
    gap: 20px;
    flex-direction: column;
    align-items: start;
  }

  .top-iot-section.benefit__area-two .benefit__item-two {
    gap: 20px;
  }

  .breadcrumb__content .title {
    font-size: 22px;
  }

  .brand-item img {
    max-width: 120px;
  }
}