.card-module-box{background:#fff;background-color:#fdfdfd;border:1px #000;border-radius:8px;box-shadow:0 0 36px 0 rgba(0,0,0,.25);padding:20px}.card-module-title{margin-bottom:30px;padding-right:20px}.card-module-title:after{background-color:#ee2024;content:"";display:block;height:6px;margin-bottom:20px;margin-top:20px;position:relative;width:75px}.card-module-title h3{color:#ee2024!important;margin:0;padding:0}.card-module-icon{width:64px}.card-module-icon img{background:#ee2024;padding:8px;width:64px}.card-module-icon.deg-180 img{transform:rotate(180deg)}.card-module-content p{font-size:20px;line-height:150%}.card-module-icon-wrapper{visibility:hidden}@media (min-width:768px){.card-module-box{padding:40px}.card-module-icon{width:96px}.card-module-icon img{background:#ee2024;padding:20px;width:96px}}.spin-effect.is-spinning{animation:spin .3s linear}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(2turn)}}