div.servizio>div.maxwidth{align-items:center;padding:100px 25px}div.servizio>div.maxwidth>picture{border-radius:10px;height:650px;left:calc(-100% - 30px);overflow:hidden;position:relative;transition:left .5s ease-out .1s;width:70%}div.servizio>div.maxwidth>picture>img{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}div.servizio>div.maxwidth>div.text{align-items:stretch;background-color:var(--white);border-radius:10px;display:flex;flex:0 1 800px;flex-wrap:wrap;justify-content:space-between;margin:auto;padding:20px;position:absolute;right:calc(-100% - 30px);transition:right .5s ease-out .1s;width:65%;z-index:1}div.servizio>div.maxwidth>div.text>h4{color:var(--green-light1-contrast-white)}div.descrizione>div.maxwidth{display:flex;flex-direction:column;padding:0 25px 100px}div.descrizione>div.maxwidth>h3:not(:first-of-type){margin-top:40px}@media screen and (max-width:700px){main>div.servizio>div.maxwidth{flex-direction:column}main>div.servizio>div.maxwidth>picture{height:300px;width:100%}main>div.servizio>div.maxwidth>div.text{flex:0;flex-direction:column;margin-top:20px;padding:0;position:unset;width:100%}}