.custom-card-grid{display:flex;flex-wrap:wrap;gap:20px}.custom-card{background-color:#fff;border:1px solid #b4ddef;border-radius:16px;display:flex;flex:1 1 calc(33.333% - 20px);flex-direction:column;max-width:calc(33.333% - 20px);overflow:hidden;transition:transform .2s ease;width:100%}.custom-card-img{padding:10px 10px 0}.custom-card-img img{border-radius:8px;display:block;height:180px;object-fit:cover;width:100%}.custom-card-content{display:flex;flex-direction:column;flex-grow:1;gap:10px;padding:10px 10px 16px}.custom-card-richtext{flex-grow:1;max-height:90px;overflow:hidden}.custom-card-richtext h2,.custom-card-richtext h3{color:#101828;font-size:16px;font-weight:700;line-height:1.4;margin:0 0 4px}.custom-card-richtext p{color:#475467;font-size:14px;line-height:1.5;margin:0;max-height:60px;overflow:hidden}.custom-card-button{border-radius:20px}.arrow{margin-left:5px}.custom-card-link{margin-top:auto}.custom-card-link a{align-items:center;color:#066bd2;display:inline-flex;font-size:14px;font-weight:500;gap:4px;padding-top:4px;text-decoration:none}.custom-card-link a:after{content:none}.custom-card-link a:hover{text-decoration:none}@media (max-width:1024px){.custom-card{flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:600px){.custom-card{flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px)}.custom-card-button{font-size:12px}}