.number-cards-section{background:#164863;padding:80px 0}.number-cards-section .section-title{margin-bottom:80px}.number-cards-section .section-title h2{color:#fff;font-family:Poppins;font-size:40px;font-weight:600;margin:0;text-align:center}.number-cards-section .number-cards-wrapper{align-items:stretch;counter-reset:section;display:flex;flex-wrap:wrap;gap:50px 0;justify-content:center}.number-cards-wrapper .number-card{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between;padding:0 10px;width:calc(33.33333% - 20px)}.number-cards-wrapper .number-card .card-body{background-color:#fff;border:1px solid #32a5e2;border-radius:15px;height:100%;padding:0 25px 25px}.number-cards-wrapper .number-card .card-number{align-items:center;aspect-ratio:1;background-color:#dff4ff;border:.79px solid #32a5e233;border-radius:50%;color:#32a5e2;counter-increment:section;display:flex;font-family:Poppins;font-size:35px;font-weight:600;justify-content:center;line-height:1;margin:-30px auto 10px;max-width:60px;position:relative;width:100%}.number-cards-wrapper .number-card .card-number:before{content:counter(section)}.number-cards-wrapper .number-card .card-content p{color:#000;font-family:Poppins;font-size:16px;font-weight:500;margin:0;text-align:center}.number-cards-section .section-buttons{align-items:stretch;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:50px}.number-cards-section .section-buttons a{border-radius:8px;border-style:solid;border-width:1px;font-family:Wix Madefor Display;font-weight:700;line-height:1;padding:15px;text-decoration:none;white-space:nowrap;width:auto}@media (max-width:992px){.number-cards-section{padding:60px 0}.number-cards-wrapper .number-card{width:calc(50% - 20px)}}@media (max-width:767px){.number-cards-wrapper .number-card{padding:0;width:100%}.number-cards-section .section-title h2{font-size:35px}}