.testimonials2-container {
    padding: 60px !important;
}

.testimonials2-header-text {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    color: var(--dark-color);
}

.testimonials2-subheader-text {
    text-align: center;
    font-weight: 300;
    color: var(--dark-color);
    margin: 20px 0 50px 0;
    font-size: var(--sub-content-size);
}

.testimonials2-container .testimonial-text {
    text-align: center;
    color: white;
    font-weight: 500;
}

.testimonials2-container .testimonial-author {
    text-align: center;
    color: white;
    font-weight: 300;
}

.testimonials2-container .testimonial-wrapper {
    gap: 10px;
    padding: 35px;
    background-color: var(--dark-color);
}

@media (max-width: 768px) {
    .testimonials2-subheader-text {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .testimonials2-container {
        padding: 20px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .testimonials2-container .testimonial-text {
        padding: 5px 10px 30px;
    }

    .testimonials2-container .testimonial-author {
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .testimonials2-container .testimonial-wrapper {
        padding: 0 !important;
        gap: 0px;
    }
}
