.category-cards-module{background-image:url(https://www.puntersouthall.com/hubfs/bg-shape-lilac.svg);background-repeat:repeat}.cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:25px}.card{border-radius:8px;box-shadow:0 0 16px 0 rgba(0,0,0,.15);flex-direction:column;overflow:hidden}.card,.card-header{display:flex;justify-content:space-between}.card-header{align-items:center;background:var(--petrol);flex-grow:0;padding:12px 12px 0 24px}.card-header h4{color:#fff;font-size:28px;font-weight:400;margin:0}.card-header .image{align-items:center;display:flex;max-height:120px;max-width:40%}.card-header .image img{max-height:120px;max-width:100%}.card-body{align-items:flex-start;background:#fff;display:flex;flex-direction:column;flex-grow:1;gap:25px;padding:30px}.card-body .info{align-self:stretch;display:flex;justify-content:space-between}.card-body .info .tag{background-color:var(--secondary-pale-purple);border-radius:3px;color:var(--petrol);font-size:14px;padding:2px 8px}.card-body .info .read-time{align-items:center;color:var(--petrol);display:flex;font-size:14px;gap:5px}.card-body .info .read-time:before{background-image:url(https://5894561.fs1.hubspotusercontent-na1.net/hubfs/5894561/raw_assets/public/pension-potential-2024/images/clock.svg);background-repeat:no-repeat;background-size:100% auto;content:"";height:20px;width:20px}@media only screen and (max-width:850px){.card-header h4{font-size:22px}}@media only screen and (max-width:600px){.cards{grid-template-columns:repeat(1,1fr)}.card-header{padding:16px 24px}.card-header h4{font-size:18px}.card-body{padding:15px}.card-body .info .read-time,.card-body .info .tag{font-size:12px}.card-body .info .read-time:before{height:16px;width:16px}}