#fondccc{
    background-color: beige;
}
#section4{
    display: flex;
    justify-content: space-evenly;
    padding: 50px 0 50px 0;
}

#section4 h2{
    margin-top: 20px;
}

#section4 p{
    margin-top: 30px;
}

#section4 img{
    width: 250px;
    height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

article div{
    width: 250px;
}

#section5{
    display: flex;
    justify-content: space-evenly;
    padding: 0 0 50px 0;
}

#section5 img{
    width: 250px;
    height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#section5 h2{
    margin-top: 20px;
}

#section5 p{
    margin-top: 30px;
}