.module-wrapper{display:flex;flex-direction:column;gap:20px}.module-header{margin-bottom:20px;text-align:left}.module-intro{color:#5a5a5a;font-size:1.1rem}.card-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.card-item{display:flex;flex:0 1 calc(33.333% - 20px);justify-content:center}.card-content{align-items:flex-start;border:1px solid #e2e2e2;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:32px;width:100%}.card-icon{height:24px;margin-bottom:10px;width:24px}.card-button-wrapper{margin-top:auto}.card-button{color:#00b7ff;font-weight:700;text-decoration:none;text-transform:uppercase}.card-underline{background-color:#00b7ff;height:1px;margin-top:5px;width:115px}.d-none{display:none}@media (max-width:1024px){.card-item{flex:0 1 calc(50% - 20px)}}@media (max-width:768px){.card-item{flex:0 1 100%}}