/******************************/
/***** Services Section *******/
/******************************/

.services{
    /*padding: 0px 0px 25px 0px; */
    min-height: 75vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-color: rgb(255, 192, 203, 0.3);
    
    display: none;
}