@media screen and (max-width: 1320px){
  .services-list{
    gap: 2%;
  }
  .services-list .card{
    width: 33%;
    padding: 24px;
  }
}

@media screen and (max-width: 1200px){
  .testimanials-slider .item{
    padding: 24px;
  }
  .testimanials-nav{
    margin: 15px 0 0;
    gap: 30px;
  }
  .testimanials-slider .slick-slide{
    margin: 0 10px;
  }
  .testimanials-slider .slick-list{
    margin: 0 -10px;
    padding-right: 10%!important;
  }
  .testimonials-inner .section-ttl{
    padding-right: 120px;
  }
}

@media screen and (max-width: 1024px){
  .hero-slider .item h2{
    font-size: 48px;
    line-height: 56px;
  }
  .hero-slider .item[data-slick-index='1'] h2{
    font-size: 36px;
    line-height: 42px;
  }
  .services-list{
    flex-wrap: wrap;
  }
  .services-list .card{
    width: 49%;
    margin-bottom: 2%;
  }
  .partners-list{
    gap: 2%;
    flex-wrap: wrap;
  }
  .partners-list .card{
    width: 23.5%;
    margin-bottom: 24px;
  }
  .footer-map{
    width: 40%;
  }
}

@media screen and (max-width: 768px){
  .services-inner{
    margin: 40px auto;
  }
  .section-ttl{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .about-us-content{
    flex-direction: column-reverse;
  }
  .about-us-content>*{
    width: 100%;
  }
  .about-us-content>*:last-child{
    margin-bottom: 24px;
  }
  .about-us-inner,
  .partners-inner,
  .testimonials-inner,
  .footer-inner{
    padding: 40px 15px;
  }
  .partners-list .card{
    width: 32%;
  }
}

@media screen and (max-width: 640px){
  .services-list .card{
    width: 100%;
    margin-bottom: 24px;
  }
  .partners-list .card{
    width: 49%;
  }
  .testimanials-slider .slick-list{
    padding-right: 0!important;
  }
  .footer-inner{
    flex-wrap: wrap;
    gap: 24px;
  }
  .footer-map,
  .footer-info{
    width: 100%;
  }
  .footer-info .text{
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 480px){
  header{
    height: 74px;
  }
  .header-cta .login{
    width: 100px;
  }
  .hero-slider .item h2{
    font-size: 32px;
    line-height: 38px;
  }
  .hero-slider .item[data-slick-index='1'] h2{
    font-size: 28px;
    line-height: 32px;
  }
  .partners-list .card{
    width: 100%;
  }
}