.block-testimonial {
    max-width: 1200px !important;
    margin: 200px auto;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .block-testimonial .quote {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    
    .block-testimonial .name {
        font-weight: bold;
        margin-bottom: 0;
        font-size: 1.25rem;
    }

    .block-testimonial svg {
        position: absolute;
        width: 200px;
        height: auto;
        left: 0;
        transform: translate(-50%, -5%);
        fill: #ADBF00;
        z-index: -1;
        opacity: 20%;
    }
}

@media (min-width: 768px) and (max-width: 1079px) {
    .block-testimonial .quote {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    
    .block-testimonial .name {
        font-weight: bold;
        margin-bottom: 0;
        font-size: 1.25rem;
    }

    .block-testimonial svg {
        position: absolute;
        width: 200px;
        height: auto;
        left: 80px;
        transform: translate(-50%, -5%);
        fill: #ADBF00;
        z-index: -1;
        opacity: 20%;
    }
}

@media (min-width: 1080px) {
    .block-testimonial .quote {
        font-size: 2rem;
        line-height: 1.4;
    }
    
    .block-testimonial .name {
        font-weight: bold;
        margin-bottom: 0;
        font-size: 1.25rem;
    }

    .block-testimonial svg {
        position: absolute;
        width: 200px;
        height: auto;
        left: 0;
        transform: translate(-50%, 50%);
        fill: #ADBF00;
        z-index: -1;
        opacity: 20%;
    }
}