.key-results-section{background:#000;color:#fff;padding:60px 0 80px}.key-results-section h2{color:#fff;font-family:Barlow;font-size:45px;font-weight:700;margin-bottom:15px}.key-results-section p{color:#fff;font-size:28px;margin-bottom:25px}.results-grid{flex-wrap:wrap;gap:20px}.result-card,.results-grid{display:flex;justify-content:center}.result-card{align-items:center;background:#fff;border-radius:12px;color:#000;flex:0 0 auto;flex-direction:column;padding:20px;text-align:center;transition:transform .3s ease;width:195px}.result-card img{margin-bottom:15px;max-height:70px;min-height:70px}.result-card img.hover-image{display:none}.result-card:hover img.hover-image{display:block}.result-card:hover img.normal-image{display:none}.result-card .result-text{font-size:16px;line-height:1.4}.result-card .result-text strong{color:#0073e6}.result-card:hover{background-color:#0073e6;color:#fff;transition:transform .3s ease}.result-card.highlighted .result-text strong{color:#fff}.result-card:hover span>span{color:#fff!important;font-family:"Atlassian Sans, system-ui";font-weight:700}.result-card .result-text span>span{font-family:Barlow}@media (max-width:767px){.results-grid{gap:10px}.result-card{border-radius:6px;padding:10px;width:165px}.result-card .result-text{font-size:12px}.key-results-section{padding:40px 0 60px}}