
/* CTA Block */
.nls-reviews-block .nls-block-image {
    flex: 0 0 55%;
}
.nls-reviews-block .nls-block-text-wrap {
    max-width: 450px;
}
.nls-reviews-block img {
    width: 350px!important;
    max-width: 100%!important;
}
.nls-reviews-block .quote-img {
    width: 150px!important;
    border-radius: 100px!important;
}
.nls-reviews-block .nls-block-content.reviewer {
    text-align: center;
}


p.quote-name {
    font-size: 22px!important;
    margin-bottom: 0;
    margin-top: 14px;

}
p.quote-title {
    font-size: 17px!important;
    margin-top: 0;
    width: 200px!important;
}

.nls-reviews-block .quote {
    font-size: 36px;
    font-family: 'Livvic';
    font-weight: 700;
    border-bottom: 1px solid #ffffff20;
    padding-bottom: 32px;
    margin-top: 0;
}

@media (max-width: 980px) {
    .nls-reviews-block .nls-block-container {
        display: block!important;
    }
    .nls-reviews-block .nls-block {
        margin: 0;
    }
    p.quote-title {
        width: 100%;
    }
}