section.text-image-module .container{align-items:center;display:grid;gap:2rem;grid-template-columns:1fr 1fr}@media (max-width:950px){section.text-image-module .container{grid-template-columns:1fr}}section.text-image-module .container.reverse-order .wrapper-content{order:2}section.text-image-module .container.reverse-order .wrapper-image{order:1}@media (max-width:950px){section.text-image-module .container.reverse-order .wrapper-content{order:1}section.text-image-module .container.reverse-order .wrapper-image{order:2}}section.text-image-module .container .wrapper-content{width:100%}section.text-image-module .container .wrapper-content .wrapper-buttons{margin:16px 0 0}@media (max-width:768px){section.text-image-module .container .wrapper-content .wrapper-buttons{flex-direction:column;margin:8px 0 0}section.text-image-module .container .wrapper-content .wrapper-buttons .btn{width:100%}}section.text-image-module .container .wrapper-image{border-radius:5px;height:100%;overflow:hidden;width:100%}