.about-section
{
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    margin: 30px 0;
}

.about.container 
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.about-text
{   
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 25px;
    justify-content: center;
    line-height: 2rem;
    font-size: 20px;
    background-color: #fdf6e3;
    border-radius: 10px;
}

.about-text h2
{
    margin-bottom: 30px;
    font-family: "Lexend", sans-serif;
    color: #005f69;
}
.about-image img
{
    width: 400px;
    border-radius: 10px;
    
}