/*********************************************************************************

    Template Name: JuniorHome Day Care  Bootstrap 4 Template  
    Template URI: https://themeforest.net/user/hastech
    Description: JuniorHome is a beautifula and unique Day Care Bootstrap 4 template.
    Author: HasTech
    Author URI: https://hastech.company/
    Version: 1.0

    Note: This is style css.

**********************************************************************************/

/* 确保 Testimonial 装饰框图片能够正确显示 */
.testimonial__bg {
    min-height: 400px; /* 设置最小高度确保装饰框完整显示 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial__bg::before {
    background-size: contain !important; /* 确保背景图完整显示 */
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.testimonial__inner {
    padding: 50px 30px; /* 给内容添加足够的内边距 */
    width: 100%;
}

.client__details p {
    line-height: 1.8 !important; /* 确保文字行高合适 */
}

/* 响应式调整 */
@media only screen and (max-width: 767px) {
    .testimonial__bg {
        min-height: 350px;
    }
    
    .testimonial__inner {
        padding: 40px 20px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial__bg {
        min-height: 320px;
    }
    
    .testimonial__inner {
        padding: 30px 15px;
    }
}