.quote {
    padding: 7vw 0;
}
.quote__quotes {
    width: 6.55vw;
    height: auto;
    flex-shrink: 0;
}
.quote__content {
    display: flex;
}
.quote__text {
    font-size: 1.6vw;
    letter-spacing: -0.01em;
    line-height: 1.1;
    padding: 0.6vw 0.2vw;
}
.quote__text p {
    margin: 0;
}
.quote__btn {
    margin: 0;
    font-size: 20px;
    padding: 0.52vw 1vw;
}
.quote__devider {
    width: 1px;
    height: 2.85vw;
    align-self: stretch;
    margin: 0 0.85vw 0 1.2vw;
    background: linear-gradient(180deg, rgba(240,89,42,1) 0%, rgba(1,61,165,1) 50%, rgba(205,21,47,1) 100%);
}
.quote__img {
    max-width: 6.7vw;
    height: auto;
    transform: translateY(-10%);
}
@media (min-width: 991px) {
    .w-lg-auto {
        width: auto !important;
    }
}
@media (max-width: 992px) {
    .quote {
        padding: 10.8vw 0;
        text-align: center;
    }
    .quote__content {
        display: block;
    }
    .quote__quotes {
        width: 15.3vw;
        margin-bottom: 0.6vw;
    }
    .quote__text {
        font-size: 3.6vw;
        line-height: 1.2;
    }
    .quote__btn {
        font-size: 12px;
        padding: 1.3vw 2.4vw;
    }
    .quote__devider {
        height: 7vw;
        margin: 0 2vw 0 2.2vw;
    }
    .quote__img {
        width: 15.8vw;
        max-width: 50%;
    }
}