@media screen and (max-width: 620px) {
    .product-start h2{
        font-size: 26px;
        padding-bottom: 0px;
    }
    .product-start h3{
        font-size: 18px;
    }
    .infos-context h6{
        font-size: 18px;
    }
    .infos-context p1{
        font-size: 16px;
        line-height: 20px;
        padding-top: 15px;
        text-align: justify;
    }
    .card-brxm-active{
        margin: 0;
        margin-top: -30px;
    }
    .card-products{
        margin: 0;
        margin-top: 20px;
    }
    .infos-context p2{
        font-size: 16px;
        line-height: normal;
        display: flex;
        padding-left: 10%;
    }
    .infos-context-banner{
        display: none;
    }
    
}
@media screen and (max-width: 1000px) {
    .card-brxm-active{
        margin: 10px;
       
    }
    .card-products{
        margin: 10px;
        
    }
}