.fumaca-hero {
    background-image: url('/static/mir/img/new/home/header/fumaca.png');
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: contain;
    width: 100%;
    z-index: 200;
}

.fumaca-conteudo {
    background-image: url('/static/mir/img/new/home/header/fumaca2.png');
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    height: 269px;
    background-size: contain;
    width: 100%;
    z-index: 200;
}

.fumaca-conteudo-cursos {
    height: 150px;
}

.depoimentos {
    background-image: url('/static/mir/img/new/home/depoimentos/grid_depoimentos.png');
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    height: 533px;
    width: 100%;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1280px) {
    .depoimentos {
        height: 650px;
    }

    .fumaca-conteudo {
        height: 266px;
    }

    .fumaca-conteudo-cursos {
        height: 150px;
    }
}

@media only screen and (max-width: 768px) {

    .fumaca-hero {
        margin-top: 20px;
    }

    .fumaca-conteudo {
       height: 130px;
    }

    .fumaca-conteudo-cursos {
        height: 80px;
    }

    .depoimentos {
        height: fit-content;
        background-image: none;
    }
}
