.image-with-text-section{display:grid;grid-template-columns:1fr;width:100%;box-sizing:border-box;gap:24px}.image-with-text-section__title{margin:0 0 1.4rem;order:1;font-weight:500;text-decoration:none;font-family:Poppins;font-style:normal;color:#000;font-size:1.6rem}.image-with-text-section__text{font-family:Poppins}.image-with-text-section__subtitle{order:2;font-family:Poppins;font-style:normal;font-weight:400;text-decoration:none;font-size:1rem;margin-bottom:0}.image-with-text-section__image.hleft{justify-self:start}.image-with-text-section__image.hcenter{justify-self:center}.image-with-text-section__image.hright{justify-self:end}.image-with-text-section__text.hleft{text-align:left}.image-with-text-section__text.hcenter{text-align:center}.image-with-text-section__text.hright{text-align:right}.image-with-text-section__text.vtop{align-self:baseline}.image-with-text-section__text.vcenter{align-self:center}.image-with-text-section__text.vbottom{align-self:end}.image-with-text-section__image.vtop{align-self:baseline}.image-with-text-section__image.vcenter{align-self:center}.image-with-text-section__image.vbottom{align-self:end}@media (min-width:768px){.image-with-text-section{grid-template-columns:1fr 1fr;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:48px}.image-with-text-section__image.left-img{order:1}.image-with-text-section__image.right-img,.image-with-text-section__text.left-img{order:2}.image-with-text-section__text.right-img{order:1}}