.block-text-teasers {
    --bloc-txt-teaser-m-l: 2.778rem;

    padding: 3.833rem 0 6.444rem;
}
.block-text-teasers .text-teasers-logo {
    margin-right: -6rem;
    margin-top: 1.833rem;
}
.block-text-teasers .text-teasers-text {
    margin-top: 2.333rem;
}
.text-teasers-container {
    margin-top: 2.556rem;
}
.text-teasers-container .text-teasers-item {
    min-height: 11.111rem;
    margin-bottom: 1.667rem;
}
.text-teasers-container .text-teasers-item:last-child {
    margin-bottom: 0 !important;
}
.text-teasers-container .text-teasers-item .logo_teaser {
    margin-top: 1.167rem;
    max-width: 11.889rem;
}
.text-bg .text-teasers-item .text_teaser {
    font-size: 0.889rem;
    line-height: 1.444rem;
}
.text-bg .text-teasers-item .text_teaser p:last-child {
    margin-bottom: 0;
}
.text-bg .text-teasers-item .text_teaser a {
    text-decoration: underline;
    color: inherit;
}
.text-bg .text-teasers-item .text_teaser a:hover {
    text-decoration: none;
}
.text-teasers-container .text-teasers-item .btn {
    margin-top: 0.778rem;
}


/***** With Background ****/
.block-text-teasers.withImg {
    padding: 4.278rem 0 2.444rem;
}
.withImg .text-teasers-container {
    margin-top: 4.111rem;
}
.withImg .text-teasers-container .text-teasers-item {
    margin-bottom: 2.444rem;
}
.withImg .text-teasers-item .title_teaser {
    width: 80%;
}


/***** Light Mode ****/
.block-text-teasers.bg-light-gray {
    padding: 4.333rem 0 4.056rem;
    color: var(--bs-black);
}
.bg-light-gray .text-teasers-container .text-teasers-item {
    margin-bottom: 2.444rem;
}
.bg-light-gray .text-teasers-item .title_teaser {
    color: var(--bs-black);
    width: 80%;
}

/***** With Text On Headline ****/
.block-text-teasers.withTextHeadline {
    padding: 6.5rem 0 8.056rem;
}
.withTextHeadline .text-teasers-container {
    margin-top: 2.444rem;
}
.withTextHeadline .text-teasers-container .text-teasers-item {
    margin-bottom: 7.278rem;
}
.withTextHeadline .text-teasers-item .logo_teaser {
    margin-top: 0.722rem;
}
.withTextHeadline .text-teasers-item .title_teaser,
.withTextHeadline .text-teasers-item .text_teaser,
.withTextHeadline .text-teasers-item .btn {
    margin-left: var(--bloc-txt-teaser-m-l);
}
.withTextHeadline .text-teasers-item .text_teaser {
    width: 90%;
}

/* Responsive */
@media only screen and (max-width: 1439px) and (min-width: 1200px) {
    .block-text-teasers .text-teasers-logo {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .block-text-teasers.withImg {
        background-position: 61% top !important;
        background-size: auto 100% !important;
    }
    .block-text-teasers .text-teasers-logo {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .block-text-teasers.withImg {
        background-position: 63% top !important;
        background-size: auto 100% !important;
    }
    .bg-light-gray .text-teasers-item .title_teaser {
        font-size: 1.3rem;
    }
    .block-text-teasers .text-teasers-logo {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .block-text-teasers {
        --bloc-txt-teaser-m-l: 0;
        padding: 3.733rem 0;
    }
    .block-text-teasers.withTextHeadline {
        padding: 3.733rem 0 7.307rem;
    }
    .block-text-teasers.withImg {
        padding: 3.733rem 0;
        background-position: 70% top !important;
        background-size: auto 40% !important;
    }
    .block-text-teasers .text-teasers-text {
        margin-top: 1.507rem;
    }
    .text-teasers-container {
        margin-top: 0;
    }
    .withTextHeadline .text-teasers-container {
        margin-top: 1.467rem;
    }
    .withTextHeadline .text-teasers-item .logo_teaser {
        margin: 0 auto 2.933rem;
    }
    .withTextHeadline .text-teasers-item .text_teaser {
        width: 100%;
    }
    .text-bg .text-teasers-item .text_teaser {
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .text-teasers-container .text-teasers-item .btn {
        margin: 2.133rem auto 0;
        display: table;
    }
    .withTextHeadline .text-teasers-container .text-teasers-item {
        margin-bottom: 7.733rem;
    }
    .text-teasers-container .text-teasers-item .logo_teaser {
        margin: 1.167rem auto;
    }
    .bg-light-gray .text-teasers-item .title_teaser {
        width: 100%;
    }
    .block-text-teasers .text-teasers-logo {
        margin: 2.507rem auto;
    }
}