.testimony-grid-new h3 {
  color: #191f6c;
  display: inline-block;
}
.testimony-grid-new h5 {
  font-size: 1.5em;
  font-style: italic;
}

.testimony-grid-new .carousel-control-next,
.testimony-grid-new .carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}
.testimony-grid-new .interiorcontent {
  padding: 25px 35px;
}

@media only screen and (max-width: 600px) {
.testimony-grid-new .btn-primary {
  white-space: break-spaces!important;
  font-size: 16px;
  width: 100%;
}
}