.counters{display:flex;flex-direction:column;gap:1rem;padding-block:6rem;align-items:center}.counters__title{font-family:Red Hat Display,sans-serif;font-weight:500;line-height:1.22;font-size:36px}.counters .counter-card{--border-color: var(--blue-gray-100);display:flex;flex-direction:column;justify-content:center;gap:.5rem;min-height:10rem;padding:1.5rem 2rem;flex:1 0 12rem;border-left:1px solid var(--border-color);text-align:center}@media (max-width: 992px){.counters .counter-card{border-left:none}.counters .counter-card:nth-child(1),.counters .counter-card:nth-child(2){border-bottom:1px solid var(--border-color)}.counters .counter-card:nth-child(2){border-left:1px solid var(--border-color)}.counters .counter-card:nth-child(4){border-left:1px solid var(--border-color)}}@media (max-width: 576px){.counters .counter-card{border-left:none;border-bottom:1px solid var(--border-color)}.counters .counter-card:nth-child(2),.counters .counter-card:nth-child(4){border-left:none}.counters .counter-card:last-child{border-bottom:none}}.counters .counter-card:first-child{border-left:none}.counters .counter-card__container{display:grid;grid-template-columns:repeat(4,1fr)}@media (max-width: 992px){.counters .counter-card__container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.counters .counter-card__container{grid-template-columns:1fr}}.counters .counter-card__value{font-family:Red Hat Display,sans-serif;font-weight:500;line-height:1.14;font-size:44px;background:linear-gradient(116deg,var(--blue-500) 28.57%,var(--blue-400) 73.62%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.counters .counter-card__text{font-family:Red Hat Display,sans-serif;font-weight:700;line-height:1.44;font-size:18px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:16ch;margin-inline:auto;overflow-wrap:break-word;min-height:2.88em}.counters .counter-card__description{font-family:Red Hat Display,sans-serif;font-weight:500;line-height:1.28;font-size:14px;color:var(--gray-400);margin-inline:auto}
