.bg-section{
    height: 46rem !important;
}
.bg{
    background-image: url(../../assets/images/dsims/DSIMS_brouche_1_page.jpg);
    background-repeat: no-repeat;
    max-height: 100% !important;
    height: 100% !important;
    background-size: contain;
    margin-top: -33px;
}
    
@media (min-width: 576px) {
    .bg-section{
        height: 52rem !important;
    }
}

@media (min-width: 768px) {
    .bg-section{
        height: 63rem !important;
    }
}

@media (min-width: 992px) {
    .bg-section{
        height: 83rem !important;
    }
}

@media (min-width: 1200px) {
    .bg-section{
        height: 117rem !important;
    }
}

@media (min-width: 1540px) {
    .bg-section{
        height: 161rem !important;
    }
}