#section3 article{
    display: flex;
    justify-content: center;
    margin: 50px auto;
}

#section3 img{
    height: 300px;
    width: 350px;
}

#section3 div{
    width: 400px;
    padding: 50px 50px 0 50px;
}

#section3 h2{
    color: brown;
    margin-bottom: 5px;
}

#section3 h3{
    margin-bottom: 10px;
}
