.highlight {
    color: #BC955C;
}

.justify {
    text-align: justify;
}

.testimonial-icons-wrapper {
    width: clamp(32px, calc(-8.975px + 5.342vw), 64px);
    height: clamp(32px, calc(-8.975px + 5.342vw), 64px);
}

.attorney-name {
    font-size: clamp(20px, calc(14.878px + 0.668vw), 24px);
}

.zoom-img img {
    transition: transform 0.5s ease-in-out !important;
}

.zoom-img:hover img {
    transform: scale(1.05) !important;
}