.csl_col_counter.testimonial_count_with_title {
  margin-bottom: 60px !important;
}
@media only screen and (min-width: 768px) {
  .csl_col_counter.testimonial_count_with_title {
    margin-bottom: 120px !important;
  }
}
.csl_col_counter.testimonial_count_with_title > h2 {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 30px;
  font-family: "roobert_regular";
}
@media only screen and (min-width: 992px) {
  .csl_col_counter.testimonial_count_with_title > h2 {
    margin-bottom: 60px;
  }
}
.csl_col_counter.testimonial_count_with_title.testimonial_count .count_wrapper {
  margin: 0 0 30px;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .csl_col_counter.testimonial_count_with_title.testimonial_count .count_wrapper {
    padding-right: 15px;
  }
}
@media all and (max-width: 991px) {
  .csl_col_counter.testimonial_count_with_title.testimonial_count .count_wrapper {
    margin: 0 0 30px;
  }
}
.csl_col_counter.testimonial_count_with_title.testimonial_count .count_wrapper:nth-child(2n+2) {
  margin: 0 0 30px;
}
@media only screen and (min-width: 992px) {
  .csl_col_counter.testimonial_count_with_title.testimonial_count .count_wrapper:nth-child(2n+2) {
    margin: 0 0 30px;
  }
}
.csl_col_counter.testimonial_count_with_title.testimonial_count .count_wrapper:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .csl_col_counter.testimonial_count_with_title.testimonial_count .count_wrapper:last-child {
    margin-bottom: 0;
  }
}