/* main {
    background-color: #fdf7f5;
    align-items: center;
    display: flex;
    flex-direction: column;
} */

h1 {
    font-family: 'NewYork';
    font-size: 50px;
    font-weight: 500;
    color: #6facbb;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

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

.internal_services1 {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-bottom: 50px;
}

/* .main_img {
    width: 40ç 0px;
    
} */

.content {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    gap: 30px;
    
}

h2 {
    font-family: 'NewYork';
    /* font-size: 40px; */
    font-weight: 400;
    color: #6facbb;

}

p {
    font-family: 'Work Sans';
    color: rgba(0, 0, 0, 0.521);
    font-weight: 500;
}

.btn{
    font-family: 'Work Sans';
    font-weight: 200;
    font-size: 20px;
    background-color: #6facbb;
    border-style: none;
    color: whitesmoke;
    padding: .5rem 2rem;
    cursor: pointer;
    border: 0;
}

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

.internal_services2 {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-bottom: 50px;
}

.internal_services3 {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-bottom: 30px;
}
