*{margin:0;box-sizing:border-box;font-family:Rubik}
.cards_header_section{text-align:center}
.cards_header_title,.cards_header_desc{font-weight:700;font-size:32px;line-height:100%;letter-spacing:2%;text-align:center;color:#000}
.cards_header_desc{font-weight:400;font-size:16px;margin:20px auto 45px;width:95%}
.cards_main_wrapper{display:flex;justify-content:center;width:100%;margin:0 auto;flex-wrap:wrap;gap:12px}
.card_box{border:1px solid #265ca7;border-radius:8px;padding:32px 8px 18px;text-decoration:none;display:block}
.card_box_text{position:relative;width:15%}
.cardIcon{position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}
.card_box_heading{font-weight:600;font-size:16px;line-height:20px;text-align:center;color:#265ca7}
.card_box_nudge{background-color:#e1f7e8;border-radius:8px;padding:6px 5px;font-weight:500;font-size:12px;line-height:100%;color:#0c8934;margin:10px 0;min-height:28px}
.card_box>img{cursor:auto}
@media(max-width:767px){.cards_header_title{font-size:24px}
.cards_header_desc{margin:10px auto 45px;width:92%;text-align:left}
.card_box{width:100%;height:152px}
.card_box_heading{font-size:14px;height:40px}
.card_box_nudge{margin:15px 0 10px}
.cards_main_wrapper{gap:8px;row-gap:40px;display:grid;grid-template-columns:repeat(3,1fr);padding:0 8px}
.card_box_text{width:100%;margin:0 auto}
}
.card_box_text>span{width:48px;height:48px;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}
.card_box_text:first-child>span{background-position:-91px -616px}
.card_box_text:nth-child(2)>span{background-position:-267px -616px}
.card_box_text:nth-child(3)>span{background-position:-179px -616px}
.card_box_text:nth-child(4)>span{background-position:-795px -616px}
.card_box_text:nth-child(5)>span{background-position:-883px -616px}
.card_box_text:nth-child(6)>span{background-position:-110px -1885px}