.csrSectionLayout{display:flex;gap:.7rem;width:100%;flex-wrap:wrap;justify-content:space-evenly}.csrSectionContent{flex-direction:row;gap:1rem;align-items:start}@media screen and (max-width: 768px){.csrSectionContent{flex-direction:column}}.csrHeader{display:flex;flex-direction:column;justify-content:center;align-items:start;text-align:start;gap:1rem;width:35%}@media screen and (max-width: 768px){.csrHeader{width:100%}}.csrImageLayout{display:flex;gap:.7rem;width:65%;flex-wrap:wrap;justify-content:space-evenly}@media screen and (max-width: 768px){.csrImageLayout{width:100%}}.csrImageLayout .csrImage{width:30%;aspect-ratio:1/1;border-radius:1rem;background-color:#f2f2f233;overflow:hidden}@media screen and (max-width: 480px){.csrImageLayout .csrImage{width:100%;aspect-ratio:16/9}}.csrImageLayout .csrImage img{width:100%;height:100%;object-fit:cover;display:block}
