section.text-image{overflow:hidden;position:relative;z-index:1}section.text-image .container{display:flex;flex-direction:column;gap:150px}section.text-image .container.enabled .picture,section.text-image .container.enabled .text-content{opacity:1;transform:translateY(0)}section.text-image .wrapper-top{margin:auto;max-width:650px;text-align:center;width:100%}section.text-image .wrapper-content{align-items:center;display:flex;gap:150px}section.text-image .wrapper-content.classic{flex-direction:row}section.text-image .wrapper-content.reverse{flex-direction:row-reverse}section.text-image .wrapper-content ul{list-style-type:disc;padding-left:15px}section.text-image .picture,section.text-image .text-content{opacity:0;transform:translateY(50px)}section.text-image .text-content{max-width:400px;transition:opacity .3s ease-in-out .2s,transform .3s ease-in-out .2s;width:100%}section.text-image .picture{position:relative;transition:opacity .3s ease-in-out .5s,transform .3s ease-in-out .5s;width:650px}section.text-image .picture img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1550px){section.text-image .container{gap:80px}section.text-image .picture{width:75%}}@media screen and (max-width:1440px){section.text-image .wrapper-content{gap:60px}section.text-image .picture{width:550px}}@media screen and (max-width:1280px){section.text-image .wrapper-content{gap:50px}section.text-image .picture{width:445px}}@media screen and (max-width:1024px){section.text-image .container{gap:80px}section.text-image .picture{width:75%}section.text-image .wrapper-content{gap:80px}section.text-image .wrapper-content.classic,section.text-image .wrapper-content.reverse{flex-direction:column}section.text-image .text-content{max-width:730px}}@media screen and (max-width:768px){section.text-image .wrapper-content{gap:60px}section.text-image .text-content{max-width:650px}section.text-image .picture{width:90%}}@media screen and (max-width:550px){section.text-image .picture{width:100%}}