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

@media screen and (min-width: 1200px) {
    .quote {
        padding: 165px 0 128px 0;
    }
}

.quote::before,
.quote::after {
    content: "";
    -webkit-mask: url(../../../../../../themes/appo/resources/images/border-background.svg) repeat-x;
    mask: url(../../../../../../themes/appo/resources/images/border-background.svg) repeat-x;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: url(../../../../../../themes/appo/resources/images/quote-background.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -23px;
    max-height: 24px;
    z-index: 2;
}

.quote::after {
    top: initial;
    bottom: -23px;
    transform: rotate(180deg);
}

.quote__title {
    position: relative;
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 1200px) {
    .quote__title {
        font-size: 40px;
        margin-bottom: 42px;
        padding: 40px;
    }
}

.quote__title::before {
    content: "";
    background: url("../../../../../../themes/appo/resources/images/quote.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 29.62px;
    height: 24px;
    margin: auto;
}

@media screen and (min-width: 1200px) {
    .quote__title::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 49.37px;
        height: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .quote__title::after {
        content: url("../../../../../../themes/appo/resources/images/quote.svg");
        transform: scaleX(-1);
        position: absolute;
        right: 0;
        bottom: 10px;
    }
}

.quote__author {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 8px;
}

@media screen and (min-width: 1200px) {
    .quote__author {
        font-size: 20px;
    }
}

.quote__description {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .quote__description {
        font-size: 16px;
    }
}