.testimonial {
  margin-left: 0;
  margin-right: 0;
  background: #fafafa;
  border: 1px solid #dedede;
  overflow: hidden;
}

.testimonial:not(.--alternative) {
  border-bottom-width: 4px;
  border-bottom-color: #58595b;
  border-radius: 4px;
}

.testimonial.--alternative {
  border-radius: 6px;
}

.testimonial.--alternative .pcrcenter {
  background: #db063b;
  color: #fff !important;
  border-radius: 0 0 30px 0;
  position: relative;
}

.testimonial .pcrcenter:before,
.testimonial.--alternative .pcrcenter:before {
  content: '';
  background: url(https://www.universalweather.com/wp-content/uploads/2023/02/dot-pattern-alternative.png) top left/12px auto repeat;
  height: 180px;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 100;
  opacity: .6;
}

.testimonial.--alternative .pcrcenter strong {
  color: #fff;
}

.testimonial .pcrcenter {
  color: #222;
  position: relative;
  overflow: hidden;
}

.testimonial .pcrcenter .heading--for-quote {
  margin: 0 0;
  color: #222;
}

.testimonial .pcrcenter .heading--for-quote span {
  padding: 15px 15px;
  display: block;
  width: 100%;
}

.testimonial .testimonial__quote {
  font-size: 18px;
  text-align: left;
  position: relative;
}

.testimonial.--alternative .testimonial__quote {
  color: #fff !important;
}

.testimonial .testimonial__quote h3 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-bottom: 2rem;
}

.testimonial .testimonial__cta {
  text-align: center;
  padding-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 40px 0 0 0;
}

.testimonial .testimonial__cta .vc_column-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.testimonial:not(.--alternative) .testimonial__cta {
  border-top: 1px solid #dedede;
}

.testimonial .testimonial__cta .pcrlanding {
  margin-top: 0;
}

@media (min-width: 768px) {
  .testimonial.--alternative .testimonial__cta {
    border-left: none;
  }
}
@media (min-width: 992px) {
  .testimonial .testimonial__quote {
    padding-left: 80px;
  }

  .testimonial .testimonial__quote:before {
    content: '\201C';
    font-family: 'helvetica neue','arial';
    font-weight: 700;
    font-size: 120px;
    color: #58595b;
    height: 120px;
    line-height: 120px;
    width: 120px;
    position: absolute;
    left: 0;
    top: 10px;
    opacity: .25;
  }

  .testimonial.--alternative .testimonial__quote:before {
    color: #f86262;
  }

  .testimonial .testimonial__cta {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: none;
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #dedede;
    border-radius: 0 0 0 40px;
  }

  .testimonial:not(.--alternative) .testimonial__cta {
    padding-right: 30px;
  }

  .testimonial:not(.--alternative) .testimonial__cta {
    border-top: none;
  }
}
.testimonial .testimonial__cta .cta_button {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  letter-spacing: 1px;
}
