/* SECTION TESTIMONIAL */
.main section.testimonial .card-testimonial,
.testimonial section.testimonial .card-testimonial {
    padding: 24px 20px;
    background-color: rgba(var(--light-color), 1);
    border: var(--border-solid) rgba(var(--dark-color), 0.12);
    border-radius: 4px;
    height: 100%;
}

.main section.testimonial .card-testimonial .testimonial-message,
.testimonial section.testimonial .card-testimonial .testimonial-message {
    font-size: 0.875rem;
    color: rgba(var(--dark-color), 0.62);
    line-height: 150%;
    margin-bottom: 12px;
}

.main section.testimonial .card-testimonial .testimonial-profile,
.testimonial section.testimonial .card-testimonial .testimonial-profile {
    gap: 12px;
}

.main section.testimonial .card-testimonial .testimonial-profile .profile-data,
.testimonial section.testimonial .card-testimonial .testimonial-profile .profile-data {
    gap: 8px;
}

.main section.testimonial .card-testimonial .testimonial-profile .profile-data .data-image,
.testimonial section.testimonial .card-testimonial .testimonial-profile .profile-data .data-image {
    width: 42px;
    height: 42px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 2px;
}

.main section.testimonial .card-testimonial .testimonial-profile .profile-data .data-name,
.testimonial section.testimonial .card-testimonial .testimonial-profile .profile-data .data-name {
    font-size: 0.875rem;
    font-family: var(--font-playfair-display-sc-regular);
    margin-bottom: 2px;
}

.main section.testimonial .card-testimonial .testimonial-profile .profile-data .data-job,
.testimonial section.testimonial .card-testimonial .testimonial-profile .profile-data .data-job {
    font-size: 0.813rem;
    color: rgba(var(--primary-color), 1);
}

.main section.testimonial .card-testimonial .testimonial-profile .profile-quote,
.testimonial section.testimonial .card-testimonial .testimonial-profile .profile-quote {
    width: 43px;
    opacity: 0.12;
}

.main section.testimonial .card-testimonial:hover .testimonial-profile .profile-quote,
.testimonial section.testimonial .card-testimonial:hover .testimonial-profile .profile-quote {
    opacity: 0.32;
}
/* END SECTION TESTIMONIAL */
