.moduleInner{background:#fff;display:flex;align-items:center;gap:5px;border:1px solid #d0dbe9;margin-left:30px;transition:.4s ease-in-out;z-index:2;cursor:pointer}.moduleContent,.moduleInner{position:relative;border-radius:10px}.moduleContent{overflow:hidden;padding:20px 20px 20px 0;width:100%}.moduleInner:hover{box-shadow:0 10px 12px 0 rgba(13,94,244,.2)}.moduleInner:hover .moduleContent h4{color:#fff}.moduleInner h4{font-size:18px;transition:.4s ease-in-out}.moduleInner:hover .moduleIcon{background:#283618}.moduleInner:hover .moduleIcon img{filter:brightness(99)}.moduleIcon img{transition:.4s ease-in-out;max-width:100%;height:auto}.moduleIcon{width:60px;height:60px;line-height:60px;min-width:60px;padding:5px;background-color:#f7fdf0;border-radius:10px;text-align:center;display:flex;align-items:center;justify-content:center;transition:.4s ease-in-out;margin-right:15px;border:1px solid #d0dbe9;margin-left:-30px}.moduleInner:before{content:"";background-color:#ba6c25;width:0;height:0;border-radius:inherit;position:absolute;top:0;right:0;transition:.4s linear;z-index:-1}.moduleInner:hover:before{width:100%;height:100%}@media screen and (max-width:767px){.moduleInner h4{font-size:16px}.moduleIcon{width:50px;height:50px;line-height:50px;min-width:50px;margin-right:5px}}