.quote {
    margin-bottom: 124px;
}

.quote_wrapper {
    padding: 134px 32px 84px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    background: #F6F6F6;
}

.quote_title {
    margin: 0 0 47px;
    max-width: 698px;
    color: #000;
    text-align: center;
    font-family: DM-Serif-Italic, serif;
    font-size: 36px;
    font-style: italic;
    line-height: 42px; /* 116.667% */
    position: relative;
}

.quote_title_quotes {
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
}

.quote_description {
    color: rgba(0, 0, 0, 0.50);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Sans-500, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 110% */
    margin: 0;
}

@media all and (max-width: 1024px) {
    .quote {
        margin-bottom: 90px;
    }

    .quote_wrapper {
        padding: 114px 32px 84px;
    }

    .quote_title {
        margin: 0 0 35px;
        max-width: 467px;
        font-size: 24px;
        line-height: 28px; /* 116.667% */
    }
}

@media all and (max-width: 767px) {
    .quote {
        margin-bottom: 112px;
    }

    .quote_wrapper {
        padding: 114px 38px 84px;
    }

    .quote_title {
        margin: 0 0 23px;
    }

    .quote_description {
        max-width: 160px;
        text-align: center;

    }
}