.info-page{position:relative;width:100vw;height:100%;min-height:100svh;background-color:#fff;padding:1em;display:flex;flex-direction:column;justify-content:space-between}.info-wrapper{display:flex;gap:1em;padding-top:25vh}.info-col:first-child{flex:2 1}.info-col:nth-child(2){flex:1 1}.info-col:nth-child(2) .info-item{margin-bottom:5em}.info-title{margin-bottom:1em}#info-description p{margin-bottom:1em;width:75%}#info-description p .line{position:relative;width:max-content;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}#info-description p .line span{position:relative;display:block;will-change:transform}.footer-wrapper{padding:1em}@media (max-width:900px){.info-wrapper{flex-direction:column;gap:8em}#info-description p{width:100%}.info-col:nth-child(2) .info-item{margin-bottom:2em}.info-col:nth-child(2) .info-item:nth-child(2){padding-bottom:8em}}