.section-container{justify-content:space-between;align-items:center;gap:3rem;height:100%;display:flex}@media screen and (max-width:1080px){.section-container{flex-direction:column;align-items:stretch;height:auto}}.section-container.reversed-container{flex-direction:row-reverse}@media screen and (max-width:1080px){.section-container.reversed-container{flex-direction:column}}.section-container__img-side{flex:1;min-width:0}.section-container__content-side{flex:1;min-width:0;max-width:541px}
