.testimonial_count {
  margin-bottom: 0 !important;
}
.testimonial_count .count_wrapper {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 992px) {
  .testimonial_count .count_wrapper:nth-child(2n+2) {
    margin-bottom: 7.5rem;
  }
  .testimonial_count .count_wrapper:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .testimonial_count .count_wrapper {
    width: 100%;
    margin: 2.5rem 0;
  }
  .testimonial_count .count_wrapper:first-child {
    margin-top: 0;
  }
  .testimonial_count .count_wrapper:last-child {
    margin-bottom: 0;
  }
}
.testimonial_count .count_wrapper h2 {
  font-size: 7.5rem;
  line-height: 9rem;
}
@media only screen and (min-width: 992px) {
  .testimonial_count .count_wrapper h2 {
    font-size: clamp(7.5rem, 7vw - 0.5em, 9.25rem);
    line-height: clamp(9rem, 9vw - 0.5em, 12.375rem);
  }
}
.testimonial_count .count_wrapper .field-tilesdescription {
  width: 100%;
  font-size: 3.5rem;
  line-height: 4.25rem;
  margin-top: 0;
  font-family: "roobert_medium";
}

.Tiles {
  width: 100%;
}