#about {
    background-image: linear-gradient(0deg,
            hsl(191deg 56% 43%) 6%,
            hsl(194deg 37% 73%) 69%,
            hsl(0deg 0% 100%) 100%);
    /* display: flex;
    width: 100%;
    padding: 40px 280px;
    gap: 20px;
    align-items: center; */
}

@media screen and (min-width:992px) {
    #about {
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgb(87, 173, 193) 30%);
    }
}

.foto {

    width: auto;
    height: 600px;

}

#about h1 {

    font-family: 'NewYork';
    color: #edc7b4;
    font-weight: 100;
    /*  font-size: 50pt; */

}

#about span {
    width: 25px;
    height: 2px;
    background-color: white;
    margin: 20px 0 20px;

}

.about_info {
    display: flex;
    flex-direction: column;
    max-width: 550px;


}

.about_info p {

    font-family: Work Sans;
    text-align: justify;
    color: white;
    font-size: 20px;
    font-weight: 400;

}


#modalAboutHome .modal-content {
    background-color: #57adc1;
}



#modalAboutHome .modal-content p {
    font-size: 1.1rem;
}