.mancheteHome4{
    width: 100%;
    margin: 20px 0;
}

.mancheteHome4 figure{
    width: 100%;
    height: 300px;
    max-height: 400px;
    overflow: hidden;
}

.mancheteHome4>a{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mancheteHome4 figure img{
    width: inherit;
    height: inherit;
}

.mancheteHome4-box{
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.mancheteHome4-box h2{
    font-family: 'NunitoSans-Black';
    font-size: 50px;
    line-height: 54px;
    color: #4A4A4A;
}

.mancheteHome4-box h3{
    font-size: 18px;
    line-height: 25px;
    font-family: 'NunitoSans-SemiBold';
    color: #9E9A99;
    width: 95%;
}

@media (max-width: 1200px){
    .mancheteHome4-box{
        margin: 0 20px;
    }
}

@media (max-width: 700px){
    .mancheteHome4-box h2{
        font-size: 28px;
        line-height: 32px;
    }
    .mancheteHome4-box h3{
        -webkit-line-clamp: 2;
    }
}