.who-we-are{padding:7.5rem 0;display:flex;flex-direction:column;gap:3rem}.who-we-are__header{display:flex;flex-direction:column;gap:1rem;align-items:center}.who-we-are__text{max-width:37rem;font-size:1.125rem;text-align:center}.who-we-are__item-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}@media only screen and (max-width:991px){.who-we-are__item-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:575px){.who-we-are__item-grid{grid-template-columns:1fr}}.who-we-are__grid-item{grid-column:span 2;gap:1rem;text-align:center;opacity:0}@media only screen and (max-width:991px){.who-we-are__grid-item{grid-column:span 1}}.who-we-are__grid-item.visible{opacity:1}.who-we-are__grid-item:nth-last-child(-n+2){grid-column:span 3}@media only screen and (max-width:991px){.who-we-are__grid-item:nth-last-child(-n+2){grid-column:span 1}}@media only screen and (max-width:991px){.who-we-are__grid-item:last-of-type{grid-column:1/-1;justify-self:center;width:50%}}@media only screen and (max-width:575px){.who-we-are__grid-item:last-of-type{width:100%}}.who-we-are__title{font-size:1.5rem;line-height:1.3;color:#010157}
