.testimonial_cards .loadMore-data-officenewscard,
.testimonial_cards .loadMore-data-newscard {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.testimonial_cards .loadMore-data-officenewscard.flip-to-top,
.testimonial_cards .loadMore-data-newscard.flip-to-top {
  height: auto;
}
.testimonial_cards .loadMore-data-officenewscard.flip-to-top:hover,
.testimonial_cards .loadMore-data-newscard.flip-to-top:hover {
  text-decoration: none;
}
.testimonial_cards .loadMore-data-officenewscard .default-state,
.testimonial_cards .loadMore-data-newscard .default-state {
  font-family: "roobert_regular";
  font-size: 20px;
  line-height: 36px;
  color: #243508;
}
.testimonial_cards .loadMore-data-officenewscard .default-state:after,
.testimonial_cards .loadMore-data-newscard .default-state:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.35s all;
  width: 0;
}
.testimonial_cards .loadMore-data-officenewscard .default-state:hover:after,
.testimonial_cards .loadMore-data-newscard .default-state:hover:after {
  width: 100%;
}
.testimonial_cards .loadMore-data-officenewscard .default-state .expand-icons,
.testimonial_cards .loadMore-data-newscard .default-state .expand-icons {
  height: 36px;
}
.testimonial_cards a.loadMore-data-officenewscard,
.testimonial_cards a.loadMore-data-newscard {
  text-decoration: none;
}