:root{--vh:100vh}.sticky-box{background:#e3e0dc;padding:60px 90px;position:relative}@media screen and (max-width:1600px){.sticky-box{padding:45px 60px}}@media screen and (max-width:1320px){.sticky-box{padding:30px 40px}}@media screen and (max-width:767px){.sticky-box{background:none;padding:20px;text-align:center;margin-bottom:46px}}.sticky-box:before{content:"";position:absolute;top:0;bottom:0;right:100%;width:100vw;background:#e3e0dc}@media screen and (max-width:767px){.sticky-box:before{display:none}}.sticky-box.left{padding-left:20px}.sticky-box.right{padding-right:20px}.sticky-box.right:before{right:auto;left:100%}