.section.module {
    max-width: 1440px;
    margin: auto;
    padding-top: 60px;
}

.paragraph--type--quote {
    position: relative;
}

.paragraph--type--quote .field--type-image img {
    margin-left: auto;
    margin-right: auto;
}

.paragraph--type--quote .field--type-image.desktop-img {
    display: none;
}

@media (min-width: 992px) {
    .paragraph--type--quote .field--type-image.desktop-img {
        display: block;
    }

    .paragraph--type--quote .field--type-image.mobile-img {
        display: none;
    }
}

.quote-wrapper p {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 0;
}

.quote-wrapper p::after {
    content: "";
    display: block;
    height: 0;
    width: 74px;
    border-bottom: 2px solid #f5a81c;
    margin-top: 9px;
    margin-bottom: 13px;
}

.quote-wrapper.container {
    max-width: 1164px;
}

@media (min-width: 992px) {
    .quote-wrapper {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 47%;
        transform: translate(0, -45%);
        max-width: 100%;
    }

    .quote-wrapper > div {
        color: #fff;
        max-width: 290px;
        margin-left: 0;
        margin-right: auto;
    }

    .quote-wrapper p {
        font-size: 26px !important;
        line-height: 34px !important;
        font-weight: 700;
    }

    .path-frontpage .quote-wrapper p::after {
        width: 166px;
        margin-top: 13px;
        margin-bottom: 15px;
    }

    .quote-wrapper .field--name-field-quote-author {
        font-size: 14px;
        line-height: 1.25em;
    }

    .path-frontpage .quote-wrapper .field--name-field-quote-author {
        font-size: 20px;
        line-height: 28px;
    }

    .path-frontpage .quote-wrapper > div {
        max-width: 570px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .quote-wrapper p {
        font-size: 18px;
        line-height: 34px;
    }
}

@media (max-width: 991px) {
    .field--name-field-quote-author {
        font-size: 14px;
        color: #063d41;
        font-weight: normal;
        line-height: 1.4;
    }
}

.paragraph--type--quote + .container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.d-flex.flex-sep .field--name-field-card {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
}

.flex-block {
    padding-right: 15px;
    padding-left: 15px;
}

.path-frontpage .flex-sep .sep {
    width: 6px;
}

.module .flex-sep .flex-block .flex-block-icon img {
    width: 132px;
}

@media (min-width: 992px) {
    .module .flex-sep .flex-block .flex-block-icon img {
        width: 182px;
    }
}

.module .flex-block .flex-block-content {
    max-width: 420px;
    margin: 0 auto;
    font-size: 23px;
    line-height: 31px;
}

.flex-sep .sep {
    background-color: #e1e8ef;
    width: 3px;
    border-radius: 4px;
}

.path-frontpage .flex-sep .sep {
    width: 6px;
}

.flex-sep .sep:last-child {
    display: none;
}

.flex-sep .width-350 {
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.flex-block-btn a {
    width: 260px;
    padding-top: 5px;
}

@media (min-width: 992px) {
    .module .flex-block .flex-block-content {
        max-width: 420px;
        margin: 0 auto;
        font-size: 26px;
        line-height: 34px;
        min-height: 50px;
    }
}

@media (max-width: 991px) {
    .flex-sep .sep {
        width: 95% !important;
        height: 6px;
        border-radius: 0;
        margin-top: 35px;
        margin-bottom: 35px;
        margin-right: auto;
        margin-left: auto;
    }
    .quote-wrapper.container {
        max-width: 1164px;
        padding: 15px 15px 0;
    }
    .quote-wrapper p::after {
        content: "";
        width: 134px;
        height: 1px;
        background-color: #f5a81c;
    }
    .quote-wrapper p {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 0;
    }
    .d-flex.flex-sep .field--name-field-card {
        flex-direction: column;
        justify-content: start;
        align-content: ;
        align-items: center;
    }
    .paragraph--type--quote + .container{
        margin-bottom:80px ;
    }
    .section.module.show {
        display: none !important;
    }
    .module-btns .btn-module + .section.module.show {
        display: block !important;
    }
}

.flex-block-content p {
    color: #4f5a65;
    font-size: 16px !important;
    line-height: 150% !important;
    max-width: 420px;
    margin: 0 auto;
}
