.testimonial-text-block-v2 {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 25px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(19, 57, 86, 0.5);
  color: #000;
  text-align: left;
}
.testimonial-text-v2 {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
.testimonial-block-name-v2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #3a739f;
}
.testimonial-block-name-v2.subtitle {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #000;
}
.testimonial-link {
  padding: 15px 0 10px;
  text-align: center;
}
.testimonial-link a {
  margin: 0 auto;
  padding: 8px 15px;
  display: inline-block;
  font-weight: 700;
  color: #000;
  border-radius: 5px;
  background: rgba(247, 164, 53, 1);
  border: 1px solid #f7a435;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
.testimonial-link a:hover,
.testimonial-link a:focus {
  background: rgba(247, 164, 53, 0);
}
@media screen and (max-width: 767px){
  .testimonial-section #targetaudiencetext p {
    padding-bottom: 20px;
  }
  .testimonial-text-v2 {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
    .container-11 {
      padding-bottom: 60px;
    }
}