.testimonial { border-radius: 1rem 1rem 1rem 0; position: relative; background-color: var(--gray-bg); }

.testimonial svg { position: absolute; right: 3rem; bottom: calc(-35px / 2); display: inline-block; width: 49px; height: 35px; fill: var(--first); }

.testimonial .description { min-height: 157.5px; }

@media (min-width: 576px) {
    .testimonial .description { min-height: 126px; }
}

@media (min-width: 768px) {
    .testimonial .description { min-height: 94.5px; }
}

@media (min-width: 992px) {
    .testimonial .description { min-height: 63px; }
}

@media (min-width: 1200px) {
    .testimonial .description { min-height: 126px; }
}

@media (min-width: 1400px) {
    .testimonial .description { min-height: 94.5px; }
}