.sobre-nosotros {
    padding-top: 3rem;
    padding-bottom: 5rem;
    
}

.sobre_nosotros__titulo {
    color: var(--fuente-ceniza-oscuro);
    font-weight: 700;
    font-size: 1.5rem;
    font-family: var(--montserrat);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.25rem;
    margin-top: 4rem;
}

.sobre_nosotros__texto {
    line-height: normal;
    margin-bottom: 1rem;
   text-align: justify;
}

.sobre_nosotros__plataformas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 1rem;
}

.sobre-nosotros {
    color: var(--fuente-ceniza-oscuro);
    font-weight: 700;
}


@media (min-width:800){
    .sobre_nosotros__texto{
        text-align: center;
        font-size: 1.5rem;
    }
}