#services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background-image: linear-gradient(to right, #FFD54A, #fff5d4);
}

#textDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#textDiv h2 {
    font-size: clamp(22px, 3vw, 40px);
    font-family: 'Secular_One', sans-serif;
    font-weight: 200;
    color: #4d4d4d;
}

#textDiv h3 {
    font-size: clamp(22px, 3vw, 40px);
    font-family: 'Secular_One', sans-serif;
    font-weight: 200;
    color: #4d4d4d;
} 

#textDiv p {
    font-size: clamp(18px, 3vw, 26px);
    font-family: 'Heebo', sans-serif;
    font-weight: 100;
    color: black;
}

#services span {
    color: #4d4d4d;
    font-weight: 200;
}