/* testimonial */
.testimonial-section > .row > div > .linkContainer > a.button.primary {
    float: left;
    border-radius: 0;
    color: #fff;
    background: #003046;
}
.testimonial-section {
  text-align: unset !important;
  /* margin-top: 5rem; */
}
.orange-tb-b {
    border-bottom: 0.2rem solid #f47b20;
    border-top:0.2rem solid #f47b20;
}
.testimonials > div > .paragraphContainer {
    line-height: 1.5;
}
.no-testimonial > .paragraphContainer {
  border:0;
  padding:0;
}
.quoteIcon {
  width: 3rem;
  padding:1rem;
  position: absolute;
  top: .8%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('../images/Icons/quote.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
}
.testimonials {
  position: relative;
}
.linkContainer.column {
  padding:0;
}
@media screen and (max-width: 63.938em) and (min-width: 22.500em) {
.testimonials {
    margin-top: 3rem;
  }
}
