#WhoWeAreSection{padding-bottom:var(--moduleSpacing);padding-top:var(--moduleSpacing);h1{color:var(--primary900);font-size:48px;font-weight:700}.container{background:var(--white);border-radius:16px;display:flex;flex-direction:row;gap:40px;height:auto;padding:40px;width:100%;@media (max-width:900px){flex-direction:column}.content{display:flex;flex-direction:column;justify-content:space-around;width:60%;@media (max-width:900px){padding-bottom:40px;padding-right:0;width:100%}h2{color:var(--primary900);font-size:32px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:8px}.text-container{display:flex;flex-direction:column;gap:8px;p{color:var(--primary900);font-family:var(--fontAlternative);font-size:16px;font-style:normal;font-weight:400;line-height:150%}}}img{border-radius:16px;height:345px;object-fit:cover;width:60%;@media (max-width:900px){width:100%}}}}