.paragraph-container{background-color:transparent;flex-direction:row;align-items:center;gap:50px 100px;display:flex}.paragraph-image{justify-content:center;align-items:center;display:flex}.paragraph-text{flex:1;align-self:center;height:-moz-fit-content;height:fit-content}.paragraph-content{color:var(--black);font-size:18px}@media (max-width:768px){.paragraph-container{text-align:center;flex-direction:column;gap:30px;padding:30px 20px}.paragraph-image{order:-1;justify-content:center;width:100%;display:flex}.paragraph-text{width:100%}}.paragraph-container.img-left .paragraph-image{order:0}.paragraph-container.img-right .paragraph-image{order:1}
