div.descrizione>div.maxwidth{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding-top:0}div.descrizione>div.maxwidth>div.opt{display:flex;margin:30px 0;width:100%}div.descrizione>div.maxwidth>div.opt:first-of-type{margin-top:0}div.descrizione>div.maxwidth>div.opt:nth-child(2n){flex-direction:row-reverse}div.descrizione>div.maxwidth>div.opt>picture{aspect-ratio:3/4;border-radius:10px;display:block;flex:1;height:100%;margin:15px 10px;max-height:350px;overflow:hidden;width:55%}div.descrizione>div.maxwidth>div.opt>picture>img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}div.descrizione>div.maxwidth>div.opt>div.text{align-items:flex-start;display:flex;flex:1;flex-direction:column;height:auto;justify-content:center;padding:0 10px;text-align:left;width:45%}div.descrizione>div.maxwidth>div.opt>div.text>h3{margin:10px 0}div.descrizione>div.maxwidth>div.opt>div.text>p{margin-bottom:10px}@media screen and (max-width:560px){div.descrizione>div.maxwidth>div.opt{flex-direction:column}div.descrizione>div.maxwidth>div.opt>*{aspect-ratio:unset!important;margin:15px 0!important;width:100%!important}div.descrizione>div.maxwidth>div.opt:nth-child(2n){flex-direction:column}div.descrizione>div.maxwidth>div.opt>div.text{padding:0}}