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

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

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

.testimonials1-container .testimonial-text {
    text-align: center;
    color: var(--dark-color);
    padding: 20px 15% 20px;
    font-weight: 500;
}

.testimonials1-container .testimonial-author {
    text-align: center;
    color: var(--dark-color);
    font-weight: 300;
}

@media (max-width: 768px) {
    .testimonials1-container .testimonial-text {
        padding: 10px;
        padding-top: 20px;
        margin-bottom: 30px;
    }
    
    .testimonials1-subheader-text {
        margin-top: 10px;
    }

    .testimonials1-container {
        padding: 20px !important;
    }

    .testimonials1-container .testimonial-text {
        padding-left: 0;
        padding-right: 0;
    }
}
