.decor{color:#fff;position:relative;display:inline-block}.decor::after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:4px;background:linear-gradient(45deg,transparent 30%,#f60 30%,#f60 70%,transparent 70%);background-size:20px 20px;background-repeat:repeat-x;border-radius:5px;transform:rotate(-2deg)}.custom-box-link{display:inline-block;text-decoration:none;color:inherit}.custom-box-link:hover .custom-box .custom-box-link:hover .custom-box{background-color:#f0f0f0;color:#333}.custom-box{padding:20px;background-color:#edf2f7;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,border-color .3s ease;cursor:pointer;border-radius:10px;height:100px;overflow:hidden}.custom-content{display:flex;align-items:center}.custom-icon{font-size:26px!important;margin-right:20px;color:#1a202c;transition:color .3s ease}.custom-heading{font-size:20px!important;font-weight:500!important;margin:0;color:#1a202c;transition:color .3s ease}.custom-box:hover{background-color:#f60}.custom-box:hover .custom-icon,.custom-box:hover .custom-heading{color:#fff}.buttonfloat{animation:float 2.5s ease-in-out infinite}