.simple-cards .cards-wrapper{margin-top:60px;margin-bottom:60px;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.simple-cards .cards-wrapper .card{max-width:212px;width:100%;border-radius:8px;border:1px solid rgba(222,226,230,.5);background:#fff;padding-top:12px;padding-bottom:32px;padding-left:24px;padding-right:24px;text-decoration:none;display:flex;align-items:center;gap:2px}.simple-cards .cards-wrapper .card .card-image{height:60px;width:60px;display:flex;align-items:center;justify-content:center}.simple-cards .cards-wrapper .card .card-image img{transition:all .5s ease-in-out;width:100%;height:100%}.simple-cards .cards-wrapper .card .card-content{height:16px}.simple-cards .cards-wrapper .card span.card-title{display:block;color:#0a1628;text-align:center;font-size:16px;font-weight:700;line-height:1em;text-transform:capitalize;text-decoration:none;transition:all .5s ease-in-out}.simple-cards .cards-wrapper .card:hover .card-image img{transform:scale(1.2)}.simple-cards .cards-wrapper .card:hover span.card-title{text-decoration:underline}@media(max-width: 767.98px){.simple-cards .cards-wrapper{margin-top:40px;margin-bottom:40px}.simple-cards .cards-wrapper .card{max-width:160px}.simple-cards .cards-wrapper .card span.card-title{font-size:14px}}@media(max-width: 575.98px){.simple-cards .cards-wrapper{margin-top:30px;margin-bottom:30px}.simple-cards .cards-wrapper .card{max-width:100%;padding-top:15px;padding-bottom:15px;padding-left:15px;padding-right:15px}}