.features-box-section{background-color:var(--color-green);position:relative;border-radius:10px;overflow-x:hidden;padding:30px 0 40px}@media(min-width:992px){.features-box-section:before{content:'';position:absolute;background:url(../bg/bg-lines.png);background-repeat:no-repeat;background-size:contain;height:200px;width:100%;left:-20px;bottom:50px;z-index:-1}.features-box-section:after{content:'';position:absolute;background:url(../bg/bg-lines.png);transform:rotate(180deg) scaleY(-1);background-repeat:no-repeat;background-size:contain;height:200px;width:100%;top:20px;right:-20px;z-index:-1}}.ftb-sec-title{font-weight:800;text-transform:uppercase;color:#fff}.ftb-sec-desc{color:#fff;font-size:17px}.ft-box{padding-top:40px;padding-bottom:40px}.ft-box-inner{background:#fff;border-radius:10px;height:100%;position:relative;transition:.5s}.ft-box-inner:hover{transform:scale(1.04)}.ft-image{background:var(--color-orange);height:70px;width:70px;margin:auto;border-radius:100%;position:absolute;top:-30px;left:0;right:0;background-repeat:no-repeat}.ft-image-inner{background:url(../icons/wp-features.png);position:absolute;height:100%;width:100%;top:0;left:0;transform:scale(.6)}.ft-title{font-weight:800;color:var(--color-orange)}.ft-description{font-size:14px;font-weight:500}