
/**SERVICES OFFERED*/
.title_services {
    width:80%;
    margin: 4% auto 2% auto;
    color: #2E5668;
}

.booking_services_text {
    width:80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%; 
    line-height: 1.6;
    font-size: 1.2rem;
}

/**SERVICES*/

.Individual_Psychotherapy_title, .Parental_Guidance_title, 
.Family_Therapy_title {
    margin: 15px 0 20px 0;
    color: black
}

.Individual_Psychotherapy_text, .Family_Therapy_text, 
.Parental_Guidance_text {
    width:80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    color: #2E5668;
    padding: 2% 0;
    font-size: 1.2rem;
}

.Individual_Psychotherapy_text p, .Family_Therapy_text p, 
.Parental_Guidance_text p { 
    margin-bottom: 150px;

}

#Individual_Psychotherapy {
   background-color: rgb(221, 238, 246);
}

#Family_Therapy {
    width: 100%;
    height: 180%;
}

#Parental_Guidance {
    background-color: rgb(221, 238, 246);
    margin-bottom: 50px;
}

/** Book Now btn */
    .book_appoint_container {
        display: flex;
        justify-content: center;
        
    }

    section .book_appoint_container {
        margin-bottom: 2%;
    }

    .book_appoint_container:hover {
        transform: translateY(1px);
    }

