.quote {
    background-color: rgb(93, 102, 87);
}

.quote .container{
    max-width: 445px;
    margin: 0 auto;
    transition: none;
}

.quote .content{
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    color: #fff;
    text-align: left;
    font-family: Montserrat;
}

.quote .author{
    font-size: 14px;
    font-style: italic;
    color: #fff;
    font-weight: 600;
    font-family: Montserrat;
    line-height: 37px;
}

.quote .bottom-gradient{
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    height: 195px;
    width: 100%;
    margin-top: -65px;
}

.fade-left{
    transform: translateX(-100vw);
    opacity: 0;
}

.fade-left.active{
    transform: translateX(0);
    opacity: 1;
    transition: 1.6s ease-in-out;
}

.wp-admin .fade-left{
    transform: translate(0);
    opacity: 1;
}

@media(max-width: 767.98px){
    .quote .container{
        max-width: 320px;
    }

    .quote .container{
        max-width: 320px;
    }

    .quote .bottom-gradient{
        height: 165px;
    }
}

/* khanh */
.quote.quote-partner {
    padding-top: 95px;
}

.quote.quote-partner .bottom-gradient {
    height: 195px;
}

.quote.quote-partner .author {
    margin-top: 10px;
}

@media (max-width: 991.98px){
    .quote.quote-partner {
    padding-top: 65px;
}

.quote.quote-partner .bottom-gradient {
    height: 165px;
}

}