.statsSection{background:rgba(228,232,235,.5);border-bottom:2px solid var(--accent-hover)}.statsSection .stats-grid{align-items:center;display:flex;gap:24px;justify-content:space-between;padding-bottom:24px;padding-top:24px}.statsSection .stat-item{align-items:center;border-right:1px solid var(--text-secondary);display:flex;gap:15px}.statsSection .stat-item:last-child{border-right:0}.statsSection .stat-icon{align-items:center;border:2px solid var(--accent-hover);border-radius:50%;color:var(--accent-hover);display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.statsSection .stat-icon svg{height:24px;width:24px}.statsSection .stat-text{margin-right:4.5rem}.statsSection .stat-item:last-child .stat-text{margin-right:0}.statsSection .stat-item h3{color:var(--accent-hover);font-family:var(--secondary-font);font-size:24px;font-weight:800;margin:0}.statsSection .stat-item p{color:var(--text-secondary);font-family:var(--secondary-font);font-size:12px;font-weight:500;letter-spacing:.2px;margin:2px 0 0}.statsSection .stat-title-small{font-family:var(--secondary-font);font-size:19px!important}@media screen and (max-width:1024px){.statsSection .stat-text{margin-right:1.5rem}}@media screen and (max-width:991px){.statsSection .stats-grid{column-gap:0;flex-wrap:wrap;row-gap:25px}.statsSection .stat-item{border-right:none;width:50%}.statsSection .stat-text{margin-right:0}}@media screen and (max-width:480px){.statsSection .stat-item{width:100%}.statsSection .stats-grid{align-items:center;justify-content:center}}