.feature-wrap{background-color:#fff;border-radius:10px;-webkit-box-shadow:0 20px 50px rgba(0,0,0,.1);box-shadow:0 20px 50px rgba(0,0,0,.1);margin-bottom:50px;position:relative;z-index:2}.feature-wrap .shape{position:absolute}.feature-wrap .shape.top-right{right:-10%;top:5%}.feature-wrap .shape.top-left{left:-10%;top:5%}.feature-wrap .shape.bottom-right{bottom:10%;right:-10%}.feature-wrap .shape.bottom-left{bottom:10%;left:-10%}.single-feature-wrap{padding:10px 50px}.single-feature-wrap,.single-feature-wrap .feature-img{-webkit-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}.single-feature-wrap .feature-img{background-color:transparent;border:1px solid #e5e5e5;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:inline-flex;height:100%;min-height:200px;width:140px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-feature-wrap h3{margin:30px 0 20px;text-transform:none}.single-feature-wrap:hover .feature-img{border:1px solid var(--primary-color);transform:rotate(-10deg)}@media only screen and (min-width:992px) and (max-width:1199px){.single-feature-wrap{padding:60px 30px}}@media only screen and (min-width:768px) and (max-width:991px){.single-feature-wrap{padding:60px 30px}}@media only screen and (max-width:1024px){.single-feature-wrap{padding:30px}.feature-wrap .shape{width:20%}.feature-wrap .shape.top-right{right:-20%;top:5%}.feature-wrap .shape.top-left{left:-20%;top:5%}.feature-wrap .shape.bottom-right{bottom:10%;right:-20%}.feature-wrap .shape.bottom-left{bottom:10%;left:-20%}}