.testimonial-section {
	background-color: var(--blue);
}
.testimonial-section *{
    color: var(--white);
}
.testimonial-section .content-wrapper{
    margin-left: auto;
    margin-right: auto;
    max-width: 1146px;
    text-align: center;
}
.testimonial-section h6{
    margin-top: 25px;
    margin-bottom: 0;
    color: var(--gray);
}