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

.aboutHeading {
    padding-top: 2rem;
    font-size: 2.5rem;
    font-family: "DM Serif Display", serif;
    color: #86A59D;
    
}
.aboutText {
    padding: 2rem;
    line-height: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
}

.andreaImage {
    min-height: 30rem;
    max-width: 90%;
    padding-bottom: 2rem;
    border-radius: 20%;
}

/* @media (min-width: 1076px) {

    .aboutContainer{
        flex-direction: row;
        align-items:flex-start;
        padding: 2rem;
    }
    .aboutText {
    
    }
} */





/* .andreaContainer {
    background-image: url("Images/Andrea2.jpeg");
    height: 726px;
    width: 544px;
    border: none;
    border-radius: 25%;
    background-size: cover;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.377);
}

.aboutContainer {
    
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.aboutHeading {

    font-family: "DM Serif Display", serif;
    font-size: 45px;
    color: #86A59D;
    margin-bottom: 30px;
}

.aboutText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #4D5053;
    margin-right: 110px;
}

.textContainer {

    width: 950px;
    margin-top: 150px; 
} */
