

@media (max-width: 814px){
    .slider{
        margin-top: 50px;
        width: 350px !important;
    }
    .h2-mobile{
        display: flex !important;
    }
    .h2-desktop{
        display: none !important;
    }

}
@media (max-width: 1024px){

    .contexto p {
        font-size: 0.7em !important;
    }
    .conceito{
        margin-top: 15px;
    }

}
.corpo-section{
    
    
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    font-family: Michroma, sans-serif;
    height: 90%;
    width: 80%;
    
}

.h2-desktop{
    display: flex;
}
.h2-mobile{
    display: none;
}

.conceito{
    
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
}
.conceito h2{
    font-weight: bold;
    font-size: 1.5em;
    margin: 0;
}

.conceito-icons{    
    width: 60%;
    display: flex;
    justify-content: space-around;
}




.contexto{
    
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    
}

.contexto p{
    padding: 20px;
    
    font-size: 13px;
    color: rgb(0, 0, 0);
    align-items: center;
    text-align: start;
    line-height: 2;
    
    width: 90%;
    
}