.hs-testimonial-slider-group {
    position: relative;
    padding-bottom: 36px;
}
.hs-testimonial-slider-group .hs-testimonial-top-section {
    text-align: center;
}
.hs-testimonial-slider-group .hs-testimonial-top-section h4 {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 44px;
    color: #ff6600;
}
.hs-testimonial-slider-group blockquote {
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: .5px;
    text-align: center;
    color: rgba(0,0,0,1);
    font-size: 22px;
    width: 100%;
    margin: 0 auto;
    border: 0;
    padding: 0;
}
.hs-testimonial-slider-group .image-icon {
    font-family: Georgia,serif!important;
    font-size: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    margin-bottom: 33px;
    line-height: 70px;
    background-size: cover;
    background-position: center;
    border: 2px solid rgba(0,0,0,.13);
}
.hs-testimonial-slider-group blockquote p {
    padding-bottom: 30px;
    font-family: 'Open Sans',sans-serif;
}
.hs-testimonial-slider-group ul.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: -30px;
    z-index: 30;
    width: 100%;
}
.hs-testimonial-slider-group ul.slick-dots li {
    list-style: none;
    cursor: pointer;
    display: inline;
}
.hs-testimonial-slider-group ul.slick-dots li button {
    background-color: rgba(0,0,0,0);
    border: 1px solid #333;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    transition: background-color .2s linear 0s,border-color .2s linear 0s;
    width: 10px !important;
    text-indent: -9999px;
    line-height: inherit;
    padding: 0;
}
.hs-testimonial-slider-group ul.slick-dots li:hover button,
.hs-testimonial-slider-group ul.slick-dots li.slick-active button {
    background-color: #333;
}


@media only screen and (max-width: 999px) and (min-width: 690px) {
  .hs-testimonial-slider-group .hs-testimonial-top-section h4 {
      font-size: 37.8px;
      line-height: 42px;
  }
}

@media only screen and (max-width: 690px) {
  .hs-testimonial-slider-group .hs-testimonial-top-section h4 {
      font-size: 35.1px;
      line-height: 39px;
  }
}









