.about-us{display:flex;flex-direction:column;width:var(--content-width);margin-inline:auto;color:var(--light);font-size:1.5rem;letter-spacing:1px;padding-block:2rem;gap:3rem;box-sizing:border-box;}.about-us .text-group{--image-width:300px;display:grid;column-gap:3rem;}.about-us .text-group:first-child{grid-template-columns:auto auto;}.about-us .text-group:last-child{grid-template-columns:auto auto;}.about-us .text-group img{place-self:center;width:300px;}@media screen and (max-width:900px){.about-us .text-group{grid-template-columns:1fr !important;grid-template-rows:auto auto;row-gap:1.5rem;}.about-us .text-group img{grid-row:1/2;}}@media screen and (max-width:500px){.about-us{width:100% !important;padding-inline:0.75rem;font-size:1.3rem;}.about-us .text-group img{width:250px;}}