.statistics-card-sec{padding:40px 0 80px 0;}
.statistics-card-sec .statistics-card-head{text-align:center;margin-bottom:56px;max-width:720px;margin-left:auto;margin-right:auto}
.statistics-card-sec .section-tag {color: var(--orange) !important;}
.statistics-card-sec .statistics-card-wrap{display:flex;gap:24px;flex-wrap:wrap}
.statistics-card-sec .statistics-card-col{width:calc(33.33% - 16px);background: var(--offwhite2); border: 1px solid rgba(0, 102, 204, .1); border-radius: 20px; padding: 24px; text-align: center;}
.statistics-card-num.h3 { color: var(--blue); letter-spacing: -1px;margin-bottom:6px;}
.statistics-card-label p:last-child {margin-bottom: 0;}
@media(max-width:991px){
    .statistics-card-sec{padding:30px 0 60px 0;}

}
@media(max-width:767px){
    .statistics-card-sec{padding:25px 0 50px 0;}
    .statistics-card-sec .statistics-card-head{margin-bottom:40px}
    .statistics-card-sec .statistics-card-col{width:calc(50% - 12px);padding:22px;}
}
@media(max-width:575px){
    .statistics-card-sec .statistics-card-col{width:100%; max-width:400px; margin: 0 auto;padding: 20px;}