ME QUEDO ASI!! .sobre-nosotros { padding-top: 3rem; padding-bottom: 3rem; display: flex;
}
.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; }
.sobre_nosotros__texto{ line-height: normal; margin-bottom: 1rem; display: flex; }
.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 screen and (min-width: 1024px){ .sobre-nosotros { display: flex; }
.sobre_nosotros__contenido {
margin-right: 3rem;
}
.sobre_nosotros__titulo{
text-align: left;
}
.sobre-nosotros__texto--division {
border-bottom: 1px solid var(--cinza-medio);
padding-bottom: 1.5rem;
}
.sobre_nosotros-imagen{
display: flex;
}
}