.results-section{position:relative;width:100%;height:100vh;z-index:1;margin-top:-100vh;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:2rem;overflow:hidden}.results-section .container{display:flex;flex-direction:column;padding:0 2rem;gap:3rem;height:90vh;justify-content:space-around}.results-header{max-width:600px}.results-section .container h3,.results-section .container p{color:var(--base-450);margin-top:1rem}.results-cards-wrapper{position:relative;width:100%;cursor:-webkit-grab;cursor:grab}.results-cards-wrapper:active{cursor:-webkit-grabbing;cursor:grabbing}.results-cards-container{display:flex;gap:40px;width:max-content;will-change:transform}.stats-card-wrapper{flex-shrink:0;will-change:transform;width:350px}@media (max-width:1000px){.stats-card-wrapper{width:320px}}@media (max-width:600px){.stats-card-wrapper{width:280px}}