.card-box{align-items:center;border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.card_content_wrapper{padding:1.875rem 1.5rem .5rem}.card_list_wrapper{grid-column-gap:8px;grid-row-gap:8px;display:flex;flex-flow:column;margin-top:30px}.card_list_wrap{grid-column-gap:.75rem;grid-row-gap:.75rem;align-items:center;display:flex;justify-content:flex-start}card_list_wrap img{height:35px;object-fit:contain;width:35px}.card_list_text{font-size:16px;line-height:22px}.card_heading{color:inherit!important;font-size:24px;font-weight:500;line-height:30px;margin-bottom:20px!important;margin-top:0}.card_subtext{font-size:16px;line-height:22px}.card_image_box{text-align:center}.card_image_box img{height:100%}.card_list_wrapper{display:none}.cards-wrapper{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.card-box-wrapper{width:100%}.card-box{height:100%}@media (max-width:991px){.cards-wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.cards-wrapper{grid-template-columns:1fr}.card_content_wrapper{padding-bottom:0}}