#solution{}
#solution .banner{position:relative;width:100%;height:100vh;background-position:center center;background-repeat:no-repeat;background-size:cover;}
#solution .banner .container{position:absolute;top:50%;left:50%;margin:0 auto;transform:translateX(-50%) translateY(-50%);}
#solution .banner .text{}
#solution .banner .text h1{margin-top:3rem;color:#fff;}
#solution .banner .text ul{margin-top:3rem;}
#solution .banner .text ul li{position:relative;padding-left:1.25rem;line-height:3rem;font-size:1.5rem;color:#fff;}
#solution .banner .text ul li::after{content:"";position:absolute;top:1.2rem;left:0;width:.6rem;height:.6rem;background:#3899ec;border:0;border-radius:50%;}
#solution .banner .text a.button{margin-top:3rem;}
#solution .module{}
#solution .module .problem{margin-top:6.25rem;}
#solution .module .problem .title{}
#solution .module .problem .title h2{}
#solution .module .problem .title p{margin-top:1rem;font-size:1.5rem;font-weight:300;}
#solution .module .problem .content{margin-top:4rem;}
#solution .module .problem .content .item{margin-bottom:2rem;}
#solution .module .problem .content .item dl{padding:3rem;background-color:#f8f8f8;}
#solution .module .problem .content .item dl dt{margin-bottom:1rem;font-size:1.5rem;}
#solution .module .problem .content .item dl dd{height:6rem;line-height:2rem;}
#solution .module .scheme{margin-top:6.25rem;min-height:37.5rem;}
#solution .module .scheme .title{}
#solution .module .scheme .title h2{}
#solution .module .scheme .title p{margin-top:1rem;font-size:1.5rem;font-weight:300;}