.quote-columns {
    background: url("../images/quote-background.jpg");
    padding: 90px 0;
    position: relative;
}

@media screen and (min-width: 992px) {
    .quote-columns {
        padding: 120px 0;
    }
}

.quote-columns .arrow {
    margin-top: 48px;
}

.quote-columns .arrow.-desktop {
    display: none;
}

@media screen and (min-width: 992px) {
    .quote-columns .arrow.-desktop {
        display: flex;
        justify-content: initial;
    }
}

@media screen and (min-width: 992px) {
    .quote-columns .arrow.-mobile {
        display: none;
    }
}

.quote-columns .container {
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .quote-columns .container {
        display: flex;
        gap: 37px;
    }
}

.quote-columns .container .quote-columns__left {
    flex-basis: 40%;
    text-align: center;
    margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
    .quote-columns .container .quote-columns__left {
        text-align: left;
        margin-bottom: 0;
    }
}

.quote-columns .container .quote-columns__left h2 {
    margin: 16px 0;
    font-weight: 400;
}

@media screen and (min-width: 992px) {
    .quote-columns .container .quote-columns__left h2 {
        margin: 16px 0 48px 0;
    }
}

.quote-columns .container .quote-columns__left p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.quote-columns .container .quote-columns__left h2 strong {
    font-weight: 700;
}

.quote-columns .container .quote-columns__right {
    max-width: 692px;
    margin: auto;
}

.quote-columns .container .quote-columns__right .quote__title {
    padding: 0;
    margin-bottom: 16px;
    font-family: "Roboto Slab";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; 
}

.quote-columns .container .quote-columns__right .quote__title::before {
    display: none;
}

@media screen and (min-width: 992px) {
    .quote-columns .container .quote-columns__right .quote__title {
        text-align: left;
        margin-bottom: 48px;
    }

    .quote-columns .container .quote-columns__right .quote__title::before {
        display: none;
    }
}

.quote-columns .container .quote-columns__right .quote__title::after {
    display: none;
}

.quote-columns .container .quote-columns__right .quote__text {
    margin-bottom: 24px;
    font-size: 14px;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .quote-columns .container .quote-columns__right .quote__text {
        margin-bottom: 32px;
        text-align: left;
    }
}

.quote-columns .container .quote-columns__right .quote__author {
    font-weight: 600;
}

@media screen and (min-width: 992px) {
    .quote-columns .container .quote-columns__right .quote__author {
        text-align: left;
    }
}

@media screen and (min-width: 992px) {
    .quote-columns .container .quote-columns__right .quote__description {
        text-align: left;
    }
}