#principal_services {
    background-color: #fdf7f5;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

h2 {
    font-family: 'NewYork';
    font-size: 50px;
    font-weight: 500;
    color: #6facbb;
    padding-bottom: 15px;

}

.service_span {
    display: flex;
    width: 25px;
    height: 3px;
    background-color: #edc7b4;
}

.serv {
    display: flex;
    justify-content: center;
}

.services {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.linhavertical {
    height: 350px;
    border-right: 2px solid #edc7b463;

}

#brain {
    width: 180px;

}

.serv1 {
    font-family: 'Work Sans';
    font-weight: 700;
    font-size: 28px;
    color: #6facbb;
    padding-top: 15px;

}

.serv2 {
    font-family: 'Work Sans';
    font-weight: 400;
    color: #6e6b69;
    font-size: 16px;
    text-align: center;

}

#serv01 {
    text-decoration: none;
    font-family: 'Work Sans';
    font-weight: 700;
    color: #6e6b69;
    font-size: 18px;

}

#serv02 {
    text-decoration: none;
    font-family: 'Work Sans';
    font-weight: 700;
    color: #6e6b69;
    font-size: 18px;

}

#serv03 {
    text-decoration: none;
    font-family: 'Work Sans';
    font-weight: 700;
    color: #6e6b69;
    font-size: 18px;

}

.button_services {
    display: flex;
    flex-direction: column;
    padding-top: 50px;

}

.btn {
    font-family: 'Work Sans';
    font-weight: 200;
    font-size: 1.5rem;
    background-color: #6facbb;
    /* border-radius: 25px; */
    border-style: none;
    color: whitesmoke;
    /* padding: 10px 30px; */
    cursor: pointer;
    border: 0;
}
@media screen and (min-width: 767px) {
    .btn {
        font-size: 2rem;
    }
}

.btn:active {
    box-shadow: 0 0 0 0 #042b36;
    transform: translate(1px, 1px);
    border: 0;
}