.quote-item-wrapper p{
    font-size: var(--quote-font-size);
    line-height: var(--quote-line-height);
    font-weight: 100;
    font-family: var(--font-primary-medium);
}
.quote-item-wrapper small{
    font-size: 18px;
    line-height: 38px;
    display: block;
}

@media (min-width: 480px) and (max-width: 850px) {

    .block_type_quotes .container{
        width: calc(100vw - 72px);
    }

}
@media (max-width: 1450px) {

    .block_type_quotes  .container{
        width: calc(100vw - 184px);
    }


}
@media (max-width: 480px) {

    .block_type_quotes .container{
        width: calc(100vw - 72px);
    }

}
