@media (max-width: 850px) {
    .banner-franchise .card-form {
        top: 0;
    }
    .banner-franchise {
        padding: 56px 0;
    }
}

@media (max-width: 768px) {
    .banner-franchise {
        background-image: url("../../../images/banner-mobile.png");
        width: 100%;
        min-height: 1032px;
        background-size: cover;
    }

    .strategic img:nth-of-type(1){
        max-width: 100%;
        top: 50px;
        z-index: 2;
    }

    .strategic img:nth-of-type(2), .strategic img:nth-of-type(4){
        display: none;
    }

    body{
        overflow-x: hidden;
    }

    
}