#countersWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    gap: 30px;
    padding: 50px;
    margin-bottom: 30px;
    background-image: linear-gradient(to top, rgb(234, 234, 234), white);
}
/* 
  @media (max-width: 768px) {
    #countersWrapper {
        gap: 30px;
     }
  } */

#countersWrapper h3 {
    font-family: 'heebo', sans-serif;
    font-weight: 200;
    font-size: clamp(24px, 3vw, 36px);
    color: rgb(86, 86, 86);
}

#countersWrapper h3 span {
    color: rgb(0, 80, 130);
    font-size: clamp(34px, 3vw, 40px);
}