@charset "UTF-8";

/* section sobre */
section.sobre {
    margin: 0 auto 50px auto;
    width: 100%;
}

.section-titulo {
    text-align: center;
    margin-bottom: 50px;
    font-size: 28px;
}

.sobre-card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 80px;
}

.sobre-texto {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.sobre-texto > div {
    width: 80vw;
    max-width: 500px;
}

.sobre-texto > img {
    margin-bottom: 25px;
    width: 300px;
}

.sobre-texto > h3 {
    margin-top: 15px;
}

.sobre-subtexto > p {
    margin-bottom: 15px;
    width: 80vw;
    max-width: 500px;
}
/* fim section sobre */

@media screen and (min-width:900px) { 
    
    .sobre-subtexto > p {
        max-width: 815px;
    }
    
}