.testimonialSection {
    background: url(/themes/custom/brokerage/images/shutterstock_2194244283.jpg);
    background-position: center;
    background-size: cover;
    color: #fafafa;
    position: relative;
}

.testimonialSection::before {
    background-image: linear-gradient(135deg, #133d57, #2d8fc8);
    content: "";
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
}

.testimonialTitle {
    color: #fafafa;
}

.testimonial-slider {
    max-width: 700px;
}

.slick-track {
    display: flex !important;
    gap: 1rem !important;
}

.testimonialBody {
    background-color: #fafafa;
    border-radius: 17px;
    color: #222;
    position: relative;
}

.testimonialBody::after {
    background-color: #fafafa !important;
    border: 1px solid #fafafa;
    border-width: 0 0 1px 1px;
    content: "";
    display: block;
	height: 15px;
	background: #f1f1f1;
	position: absolute;
	bottom: -7px;
	left: 46px;
    transform: rotateZ(-46deg);
    width: 15px;
}

.testimonial-footer {
    margin-left: 23.5px;
}

.testimonial-name {
    color: #fafafa;
}