#services  {
    width: 100%;
}

#services h2 {
    text-align: center;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: clamp(24px, 3vw, 40px);
}

#servicesWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

@media (max-width: 900px) {
      #servicesWrapper {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
     }
}

#services h3 {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    color: white;
    padding: 20px 50px;
    border-radius: 50px;
    font-size: clamp(16px, 3vw, 22px);
    background-image: linear-gradient(to right, rgb(95, 82, 237), rgb(27, 20, 100));
}

#counterDiv {
  text-align: center;
  padding: 30px;
}

#counter {
    color: rgb(16, 185, 16);
    font-weight: 200;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: clamp(50px, 3vw, 100px);
}

#counterDiv h2, h3 {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: clamp(16px, 3vw, 30px);
    color: black;
}

#counterDiv h3 {
    font-size: clamp(26px, 3vw, 40px);
    color: rgb(16, 185, 16);
}
