.services-header {
    position: relative;
    height: 30em; /* Adjust height as needed */
    background-size: cover;
    background-position: center;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    font-family: 'Urbanist', sans-serif;
}

.services-title {
    font-size: 4em;
    color: #FFF; /* Title color */
    margin: 0;
    padding-left: 8%;
    text-align: left; /* Align title to the left */
    width: 40%;
}

.services-description {
    font-size: 1.5em;
    color: #FFF; /* Description color */
    margin-top: 10px;
    text-align: left; /* Align description to the left */
    width: 35%;
    padding-left: 8%;
}

.services-page-title{
    font-size: 2em;
    color: #111827; /* Title color */
    margin: 0;
    text-align: center; /* Center the title */
    font-family: 'Urbanist', sans-serif;
}