.section-lp-quotes-two-boxes {
    padding: 100px 0;
    background: var(--c_neutral--50) !important;
}

@media only screen and (max-width: 768px) {
    .section-lp-quotes-two-boxes {
        padding: 48px 0;
    }
}

.quotes-two-boxes-container {
    display: flex;

    gap: 24px;
}

@media only screen and (max-width: 768px) {
    .quotes-two-boxes-container {
        flex-wrap: wrap;
    }
}

.quotes-two-boxes-container .quote-box {
    flex: 0 1 50%;

    padding: 56px;

    background: var(--c_neutral--white) !important;
}

@media only screen and (max-width: 768px) {
    .quotes-two-boxes-container .quote-box {
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 460px) {
    .quotes-two-boxes-container .quote-box {
        padding: 56px 24px;
    }
}

.quotes-two-boxes-container .quote-box img {
    margin-bottom: 24px;
}

.quotes-two-boxes-container .quote-box blockquote {
    position: relative;
}

.quotes-two-boxes-container .quote-box blockquote::before {
    position: absolute;
    top: 0px;
    left: -14px;

    display: block;

    content: "“";

    color: var(--color_blue_600);

    font-family: var(--cs_font_family_quote);
    font-size: var(--font_decor_4_font_size);
}

.quotes-two-boxes-container .quote-box blockquote cite {
    position: relative;

    display: block;

    margin-top: 10px;
    padding-top: 10px;

    line-height: var(--cs_line-height_xl);
}

.lp-quotes-two-boxes-cta-container {
    display: flex;
    justify-content: center;

    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .lp-quotes-two-boxes-cta-container {
        margin-top: 32px;
    }
}