h2 {
    font-size: 24px;
    font-weight: bold;
}

.banner{
    background-image: url('assets/banner/banner-metodologia-2023-v2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    
    background-position-x: 10%;
    background-position-y: 100%;
}
@media screen and (max-width: 767px){
    .banner{
        background-image: url('assets/banner-mobile/banner-metodologia-mobile-2023-v2.webp');
        background-size: cover;
        background-repeat: no-repeat;
        height: 479px;
        
        background-position-x: 50%;
        background-position-y: 50%;
    }
}
.conheca h3{
    font-size: 24px;
    font-weight: 700;
}
.conheca .container-fluid{
    padding: 0 8vw 0 8vw;
}
.contentmet h4{
    font-weight: 700;
    line-height: 27px;
}
.contentmet h5{
    font-size: 27px;
    font-weight: 700;
    line-height: 33px;
    color: #fff;
}
.contentmet .box p{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
}
.contentmet .container-fluid{
    padding: 0 8vw 0 8vw;
}
.contentmet .box{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

