.brand {
    margin: 0 auto;

}

.brand .componentTitleCtaImagesAndCaption .block-container.lactelEngagement {
    background-color: #001065;
    margin-bottom: 30px;
    gap: 15px;
}

.brand .componentTitleCtaImagesAndCaption .block-container.lactelEngagement .block-text {
    color: var(--white);
    width: 100%;
    max-width: 100%;
    /* max-width: 300px; */
    margin-bottom: 80px;
    padding: 0 10px;
    box-sizing: border-box;
}

.brand .componentTitleCtaImagesAndCaption .block-container.lactelEngagement .block-text h1 {
    font-family: "Mitr Bold", sans-serif;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 46px;
}

.brand .componentTitleCtaImagesAndCaption .block-container.lactelEngagement .block-text p {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.3px;
}


.brand .componentTitleCtaImagesAndCaption .block-container.lactelEngagement .block-cta-image  {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.brand .componentTitleCtaImagesAndCaption .block-container.lactelEngagement .block-cta-image .cta {
    font-weight: 600;
    padding: 1rem 1.25rem;
    line-height: 114.99999999999999%;
}


.brand .componentTitleCtaImagesAndCaption .block-container.lactelEngagement .block-cta-image .block-additionalImage  {
    width: 112px;
    height: 120px;
}

.brand .topicTitleText {
    color: var(--dark-blue);
    max-width: 980px;
}

.brand .topicTitleText h2 {
    font-family: "Mitr Bold", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 37px;
    text-align: center;
}

.brand .slider-footer-gammes {
    margin-top: 30px;
}

.brand .slider-footer-gammes h3{
    text-align: center;
    color: var(--dark-blue);
    font-family: "Mitr Bold", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 32px;
}

.brand .innovation {
    overflow: hidden;
}

.brand .innovation picture,
.brand .innovation picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.brand .componentTitleCtaImagesAndCaption .block-container.innovation {
    gap: 0;
    flex-direction: column;
}

.brand .componentTitleCtaImagesAndCaption .block-container.innovation .block-text-wrapper {
    height: 100%;
    background-color: hsla(81, 100%, 86%, 0.89);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.brand .componentTitleCtaImagesAndCaption .block-container.innovation .block-text {
    text-align: center;
    max-width: 100%;
}

.brand .componentTitleCtaImagesAndCaption .block-container.innovation .block-text h2{
    font-family: "Mitr", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    margin: 0 auto;
}


.brand .componentTitleCtaImagesAndCaption .block-container.innovation .block-text .block-additionalImage {
    width: 202px;
    height: 136px;
    margin: 0 auto;
}



@media screen and (min-width: 48rem) {
    .brand .componentTitleCtaImagesAndCaption .block-container.lactelEngagement {
        flex-direction: column;
    }
    .brand .componentTitleCtaImagesAndCaption .block-container.lactelEngagement .block-text {
        /*max-width: 748px;*/
        margin-bottom: 20px;
    }
    .brand .topicTitleText h2 {
        padding: 0 150px;
    }
    .brand .slider-footer-gammes {
        margin-top: 70px;
    }
    .brand .componentTitleCtaImagesAndCaption .block-container.innovation .block-text{
        width: auto;
        padding: 0 20px;
    }

}
@media screen and (min-width: 64rem) {
    .brand .componentTitleCtaImagesAndCaption .block-container.lactelEngagement {
        /* flex-direction: row; */
        margin-bottom: 60px;
        gap: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .brand .componentTitleCtaImagesAndCaption .block-container.lactelEngagement .block-image  {
        /* width: 50%; */
        /* width:50%; */
        height:100%;
        width: 100%;
        /* max-width: 600px */

    }

    
    .brand .componentTitleCtaImagesAndCaption .block-container.lactelEngagement .block-image img {
        width: 100%;
        height: 100%;
        min-height:560px;
        object-fit: cover;
    }

    .brand .componentTitleCtaImagesAndCaption .block-container.lactelEngagement .block-text {
        /*max-width: 580px;*/
        margin-top: 80px;
        padding-right: 60px;
        padding-left: 60px;
    }

    .brand .componentTitleCtaImagesAndCaption .block-container.lactelEngagement .block-text h1,
    .brand .componentTitleCtaImagesAndCaption .block-container.lactelEngagement .block-text p {
        padding-right: 75px;
    }

    .brand .innovation {
        position: relative;
        height: 480px;
    }
    .brand .componentTitleCtaImagesAndCaption .block-container.innovation .block-text-wrapper {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 800px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .brand .componentTitleCtaImagesAndCaption .block-container.innovation .block-text h2{
        width: 55%;
    }
}