.testimonial-section {
  padding: 30px 0 120px;
}
.testimonial-section .full-container {
    width: 1430px;
    max-width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .testimonial-section .full-container {
        padding: 0 15px;
    }
}
.testimonial-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
    align-items: stretch;
}
@media screen and (max-width: 1024px) {
    .testimonial-wrap {
        gap: 20px;
    }
}
@media screen and (max-width: 991px) {
    .testimonial-wrap {
        gap: 15px;
    }
}
@media screen and (max-width: 767px) {
    .testimonial-wrap {
        gap: 20px;
    }
}
.testimonial-wrap .testimonial-single {
    border-radius: 30px;
    border: 2px solid #333366;
    min-height: 305px;
    padding: 30px;
    background-color: #EAF0F6;
    position: relative;
    max-width: calc(25% - 23px);
}
@media screen and (max-width: 1200px) {
    .testimonial-wrap .testimonial-single {
        max-width: calc(33% - 17px);
    }
}
@media screen and (max-width: 1024px) {
    .testimonial-wrap .testimonial-single {
        max-width: calc(33% - 11px);
    }
}
@media screen and (max-width: 991px) {
    .testimonial-wrap .testimonial-single {
        max-width: calc(50% - 8px);
    }
}
@media screen and (max-width: 767px) {
    .testimonial-wrap .testimonial-single {
        max-width: calc(100% - 0px);
    }
}
.testimonial-wrap .testimonial-single:before {
content: '';
  position: absolute;
  top: -16px;
  left: -3px;
  background: url(/template/06f6972a/images/qutation-icon-2.png);
  background-repeat: no-repeat;
  width: 42px;
  height: 38px;
}
.testimonial-wrap .testimonial-single p {
    margin: 0 0 6px;
    padding: 0;
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    color: #000;
    font-size: 17px;
}
.testimonial-wrap .testimonial-single h1,
.testimonial-wrap .testimonial-single h2,
.testimonial-wrap .testimonial-single h3,
.testimonial-wrap .testimonial-single h4,
.testimonial-wrap .testimonial-single h5,
.testimonial-wrap .testimonial-single h6 {
    margin: 0 0 6px;
    padding: 0;
    font-family: 'Halyard Display Book';
}
