.card-section{display:flex;flex-wrap:wrap;justify-content:center;margin-top:30px;position:relative;z-index:998}.card-wrapper{flex-basis:100%;margin-bottom:30px;padding-left:15px;padding-right:15px}.card{background-color:#fff;border-radius:5px;box-shadow:0 16px 24px 0 rgba(0,0,0,.07),0 8px 12px 0 rgba(3,21,39,.15);height:100%;padding:30px;position:relative}.card p{margin-bottom:0}.card h3{margin-bottom:15px!important;padding-bottom:1.5rem;position:relative}.card h3:after{background-color:#009ffd;bottom:0;content:"";height:5px;left:0;margin:0 auto;position:absolute;width:1.5rem}@media (min-width:808px){.card-wrapper{flex-basis:50%}}@media (min-width:1200px){.card-wrapper{flex-basis:33.33333%}}