html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 7px;
  }
}
.section-testimonial .testimonial-box {
  background-color: #EDF2F7;
  box-shadow: none;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 3rem;
}
.section-testimonial .testimonial-box .card-text .h {
  margin-bottom: 2rem;
}
.section-testimonial .testimonial-box .card-text p {
  color: #464646;
  font-size: 2rem;
  line-height: 2.8rem;
}
.section-testimonial .testimonial-list .slick-slide > div {
  padding: 0 1.2rem;
}
.section-testimonial .testimonial-list .slick-list {
  padding: 0 8% 6rem 0;
}
.section-one .row-repeat .row + .row {
  margin-top: 5rem;
}
.section-one .row-repeat .img-box {
  border-radius: 20px;  
  overflow: hidden;
  height: 100%;
}
.section-one .row-repeat .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-one .row-repeat .card {
  background-color: #EDF2F7;
  border-radius: 10px;
  margin: 1.2rem 0;
  padding: 3rem;
  height: calc(100% - 2.4rem);
}
.section-one .row-repeat .card-text .h {
  color: #000;
  margin-bottom: 1.2rem;
}
.section-one .row-repeat .card-text p {
  font-size: 2rem;
  line-height: 3.2rem;
  color: #464646;
}
.section-one .row-repeat + .row-repeat {
  margin-top: 12rem;
}

@media (max-width: 767px) {
  .section-one .row-repeat .row3 .col-12 + .col-12 {
    /* margin-top: 3rem; */
  }
  .section-one .row-repeat + .row-repeat {
    margin-top: 10rem;
  }
}/*# sourceMappingURL=service.css.map */

.section-only-text h2{
  margin-bottom: 2rem;
}

.section-only-text p{
  font-size: 2.4rem;
    line-height: 3.6rem;
    color: #464646;
}

.section-only-text p a{
  color: #DA2125;
}

.section-only-text p a:hover{
  text-decoration: underline;
}
.section-only-text ul{
  margin-top: 5rem;
}
.section-only-text ul li p + p{
  margin-top: 1rem;
}
.section-only-text ul li h4{
  margin-bottom: 1rem;
}
.section-only-text ul li + li{
  margin-top: 3rem;
}

.section-testimonial.no-box-shadow .testimonial-list .slick-slide>div{
  padding: 1.5rem;
  height: 100%;
}
.section-testimonial.no-box-shadow .testimonial-box{
  box-shadow: none;
  padding: 3rem; 
  min-height: calc(100% - 14px);

}