.mw-desk-bloco-0 {
    display: flex !important;
}

.mancheteHome3 {
    width: 100%;
    grid-column: 1/-1;
    border-radius: 20px;
    background-size: cover;
    margin: 20px 0;
    background-position: center;
    background-repeat: no-repeat;
}
.mancheteHome3-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    gap: 15px;
    flex-direction: column;
}
.mancheteHome3-box h2{
    font-size: 45px;
    line-height: 49px;
    color:#fff;
    font-family: "NunitoSans-Black";
}
.mancheteHome3-box h3{
    font-size: 18px;
    line-height: 22px;
    font-family: "NunitoSans-SemiBold";
    color: #9E9A99;
}

@media (max-width:1024px){
    .mancheteHome3-box h2 {
        font-size: 28px;
        line-height: 32px;
        color: #fff;
        font-family: "NunitoSans-Black";
    }
    .mancheteHome3-box {
        padding: 40px 20px;
    }
}