#custom-testimonial-wrapper{
    background-color: rgba(249, 244, 244, 1.0);
    color: rgba(22, 22, 22, 1.0);
    text-align: center;
    width: 98%;
    max-width: 1428px !important;
    border-radius: 12px; 
}
#custom-testimonial-wrapper h3, #custom-testimonial-wrapper h4, #custom-testimonial-wrapper p {
     font-family: 'Commissioner', sans-serif !important;
}
.custom-testimonial-container {
    position: relative;
    top: -80px;
    margin: clamp(75px, 6vw, 75px) clamp(25px, 9vw, 160px);
}
.img-wrapper {
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 0 auto;
    border: 3px solid rgba(227, 80, 86, 1.0);
    border-radius: 60px;
    overflow: hidden;
}
img.custom-testimonial-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
#custom-testimonial-wrapper h3 {
    font-weight: 600;
    font-size: 22px;
    margin-top: 20px;
}
#custom-testimonial-wrapper h4 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}
#custom-testimonial-wrapper p {
    font-weight: 400;
    font-size: clamp(16px, 1vw, 20px);
    margin-top: 20px;
}