@media (max-width: 575px) {
    /* .left {
        margin-bottom: 40px;
    } */

    .right {
        background: url('/assets/images/accelular/Home---Mulher-falando-com-o-celular.png') no-repeat;
        background-position: right;
        background-size: 100% 100%;
        background-position-y: 0px;
        /* margin-bottom: 50px; */
        height: 300px;
    }

    .band {
        margin-top: 60px;
        height: 400px;
        color: white;
        background-color: rgba(40, 77, 146, 0.93);
        text-align: center;
    }
}

@media (min-width: 576px) {
    .left {
        margin-bottom: 40px;
    }

    .right {
        background: url('/assets/images/accelular/Home---Mulher-falando-com-o-celular.png') no-repeat;
        background-position: right;
        background-size: 100% 100%;
        background-position-y: 200px;
        margin-bottom: 50px;
        background-position-x: -30px;
    }

    .band {
        margin-top: 60px;
        height: 450px;
        color: white;
        background-color: rgba(40, 77, 146, 0.93);
        text-align: center;
    }

    .footer {
        float: right;
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .right {
        background: url('/assets/images/accelular/Home---Mulher-falando-com-o-celular.png') no-repeat;
        background-size: 100% 100%;
        height: 600px;
    }

    .band {
        margin-top: 50px;
        height: 540px;
        color: white;
        background-color: rgba(40, 77, 146, 0.93);
        text-align: center;
    }

    .footer {
        float: left;
        margin-top: 0px;
        margin-right: 20px;
    }
}

@media (min-width: 992px) {
    .right {
        background: url('/assets/images/accelular/Home---Mulher-falando-com-o-celular.png') no-repeat;
        background-position: right;
        background-size: 100% 75%;
        background-position-x: -30px;
    }

    .band {
        margin-top: 70px;
        height: 690px;
        color: white;
        background-color: rgba(40, 77, 146, 0.93);
        text-align: center;
    }

    .footer {
        float: right;
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .right {
        background: url('/assets/images/accelular/Home---Mulher-falando-com-o-celular.png') no-repeat;
        background-position: right;
        background-size: 100% 90%;
        background-position-x: -30px;
    }

    .band {
        margin-top: 0px;
        height: 730px;
        color: white;
        background-color: rgba(40, 77, 146, 0.93);
        text-align: center;
    }

    .band h3 {
        font-size: 28px
    }

    .band h4 {
        margin-bottom: 30%;
        font-size: 22px;
    }

    .footer {
        float: left;
        margin-top: 15px;
    }
}

@media (min-width: 1600px) {
    .right {
        background: url('/assets/images/accelular/Home---Mulher-falando-com-o-celular.png') no-repeat;
        background-position: right;
        background-size: 100% 90%;
        background-position-x: -30px;
    }

    .band {
        margin-top: -45px;
        height: 830px;
        color: white;
        background-color: rgba(40, 77, 146, 0.93);
        text-align: center;
    }

    .band h3 {
        font-size: 35px
    }

    .band h4 {
        margin-bottom: 30%;
        font-size: 28px;
    }

    .footer {
        float: left;
        margin-top: -15px;
    }
}

.right h4 {
    margin-top: 20px;
}


.band h3 {
    margin-top: 20%;
}

.left button {
    border: none;
    border-radius: 20px;
    padding: 8px 8px;
}