section.text-image-module .container{align-items:center;display:flex;flex-direction:row;gap:4rem}@media (max-width:768px){section.text-image-module .container{flex-direction:column-reverse}}section.text-image-module .container.text-image{flex-direction:row-reverse}@media (max-width:768px){section.text-image-module .container.text-image{flex-direction:column-reverse}}section.text-image-module .container .image{aspect-ratio:600/680;border-radius:.75rem;height:auto;overflow:hidden;width:calc(50% - 1.5rem)}@media (max-width:768px){section.text-image-module .container .image{width:100%}}section.text-image-module .container .image.ratio-4-3{aspect-ratio:600/490}section.text-image-module .container .image img{height:100%;object-fit:cover;width:100%}section.text-image-module .container .text-content{width:calc(50% - 2.5rem)}@media (max-width:768px){section.text-image-module .container .text-content{width:100%}}section.text-image-module .container .text-content .label{margin-bottom:1.25rem}section.text-image-module .container .text-content .richtext{margin-top:2rem}