.reviews {
    padding-bottom: 11vw;
}
.reviews strong {
    font-size: 2.1vw;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight:bold;
    font-family: 'Arial Rounded MT Bold', Sans-serif;
    
}
.reviews p {
    font-size: 1.2vw;
    line-height: 1.26;
    letter-spacing: -0.03em;
    margin-bottom: 0.4vw;
    font-family: 'Lato', Sans-serif;
}
.reviews p strong {
    line-height: 1.3;
    font-weight:900;
    font-family: 'Lato', Sans-serif;
    font-size:1.5vw;
    letter-spacing: 0.02em;
}
.reviews .col-lg-3:first-child:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    margin-inline-start: 2vw;
    margin-inline-end: 1.8vw;
    background: linear-gradient(180deg, rgba(240,89,42,1) 0%, rgba(1,61,165,1) 50%, rgba(205,21,47,1) 100%);
    flex-shrink: 0;
}
.reviews__author {
    font-size: 1.2vw;
    font-style: italic;
}
@media (max-width: 992px) {
    .reviews {
        padding-top: 0;
        padding-bottom: 21vw;
    }
    .reviews .col-lg-3:first-child:after {
        display: none;
    }
    .reviews .col-lg-3:before {
        content: '';
        display: block;
        width: 2px;
        height: 100%;
        margin-inline-end: 3vw;
        background: linear-gradient(180deg, rgba(240,89,42,1) 0%, rgba(1,61,165,1) 50%, rgba(205,21,47,1) 100%);
        float: left;
        flex-shrink: 0;
    }
    .reviews strong {
        font-size: 5vw;
        line-height: 1.1;
    }
    .reviews p strong {
        line-height: 1.1;
        font-size: 3.5vw;
        letter-spacing: -0.03em;
    }
    .reviews p,
    .reviews__author {
        font-size: 3vw;
    }
}