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

    .banner-representatives {
        padding: 56px 0;
    }
}

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

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

}