#contenCustomGalery {
    padding: 30px 0;
    background: #ccc;
}

#contenCustomGalery article {
    background: white;
    padding: 30px;
    border-radius: 50px;
    text-align: center;
}

#contenCustomGalery article h1 {
    color: red;
}