Sobre nós.
}
.sobre-nos__beneficios {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--gap-2xl);
@media (max-width: 768px) {
flex-wrap: wrap;
justify-content: space-around;
}
}
Sobre nós.2
.sobre-nos__beneficios {
@media (max-width: 768px), (orientation: landscape) {
flex-wrap: wrap;
justify-content: space-around;
}
}
nosso-impacto__estatística.
.nosso-impacto__estatistica {
@media not all and (min-width: 768px) {
flex: 1 1 50px;
max-width: 25%;
}
}