.category-outer {
  width: 100%;
  float: none;
  padding: 1px 0px 40px 0px;
}
.category-outer ul {
  padding: 0;
  list-style: none;
  display: flex !important;
  flex-wrap: wrap;
}
.category-outer li {
  width: 32%;
  float: left;
  margin: 0 2% 100px 0;
  text-align: left;
  padding: 0 1%;
  box-sizing: border-box; margin-bottom: 55px; 
}
/* .category-outer li:nth-child(3n) {
  margin-right: 0;
} */
.category-pic {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  text-align: center;
}
.category-pic img {
  display: inline-block !important;
  height: 100% !important;
  object-fit: cover; width: 100%;
}
.category-txt {
  width: 100%;
}

.category-txt h3 {
  color: #001048;
  font-size: 1.5rem;
  line-height: 1.15;
}
.category-txt p {
  margin: 0;
}
.category-outer .three_column li:nth-last-child(1) {
  margin-bottom: 0;
}
.category-outer .three_column li:nth-last-child(2) {
  margin-bottom: 0;
}
.category-outer .three_column li:nth-last-child(3) {
  margin-bottom: 0;
}
.category-outer .two_column li:nth-last-child(1) {
  margin-bottom: 0;
}
/* .category-outer .two_column li:nth-last-child(2) {
  margin-bottom: 0;
} */
.category-txt a {
  font-size: 1rem;
  letter-spacing: -0.025em;
  background-color: #00b7b0;
  color: #fff;
  padding: 0.8rem 2rem;
  border: 1px solid #00b7b0;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
}
.category-txt a:hover {
  background-color: #001048;
  color: #fff;
  border-color: #001048;
}




.service-btn {margin: 5px 0;}
.service-btn.btn1 {margin-right: 15px; background-color: #00b7b0;
  border: 1px solid #00b7b0;
  color: #fff;}
.service-btn.btn1:hover {background-color: #001048;
  border-color: #001048;
  color: #fff;}
.service-btn.btn2 {background-color: #fff;
  border: 2px solid #00b7b0; color: #00b7b0;}
.service-btn.btn2:hover {background-color: #001048;
  border-color: #001048;
  color: #fff;}
/* .category-outer.our-services-new {padding-top: 50px; padding-bottom: 50px} */
.our-services-new .two_column .category-pic {text-align: left; height: 400px;}
.our-services-new .sherpa-clients__title.u-container {margin-left: auto; margin-right: auto;}
.our-services-new .sherpa-clients__title.two_column {text-align: left;}
.our-services-new .two_column {display: block;}
.our-services-new .three_column li {width: 32%;}
.our-services-new .two_column li {width: 48%;}




@media screen and (max-width:1350px)
{  
  .category-outer {
    padding: 6.25rem 2.25rem;
    box-sizing: border-box;
  }
}

@media screen and (max-width:1024px)
{
  .sherpa-resource-hub__resources .slick-slide {
    width: 100% !important;
    height: auto !important;
  }
  .sherpa-resource-hub__resources .slick-track {
    width: 100% !important;
  }
  .our-services-new .three_column li { 
    width: 50%;
    margin: 0;
  }
  .our-services-new .three_column li:not(:last-child){
      margin-bottom: 30px;
  }
  .our-services-new .two_column li:not(:last-child){
      margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px)
  .our-services-new .two_column .category-pic {height: 250px;}
}

@media screen and (max-width:979px)
{
  .category-outer {
    padding: 5rem 2.25rem;
    box-sizing: border-box;
  }
}

@media screen and (max-width:767px) {
  .category-outer li {
    width: 49%;
    float: left;
    margin: 0 2% 70px 0;
  }
  .category-outer li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .category-outer li:nth-child(2n) {
    margin-right: 0;
  }    
/*   .category-outer li:nth-child(3n) {
    margin-right: 2%;
  }   */
  .category-outer li:nth-last-child(3) {
    margin-bottom: 70px;
  }
  .category-outer li:nth-last-child(1) {
    margin-right: 0;
  }
  .our-services-new .three_column li {width: 100%;} 

}

@media screen and (max-width:500px) {
  .category-outer {
    padding: 3rem 2.25rem;
  }  
  .category-outer li {
    width: 100%;
    float: left;
    margin: 0 0 60px 0 !important;
  }
  .category-outer li:nth-last-child(1) {
    margin-bottom: 0 !important;
  }
  .service-btn.btn2 {margin-top: 10px;}

  .our-services-new .three_column li, .our-services-new .two_column li {width: 100%;}

}
