.section-body .galeria
{
    border-radius: 10px;
    background-color: #e1e1e1;
}

.section-body .galeria-foto
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 200px;
    border-radius: 10px 10px 0 0;
}

.section-body .galeria-nome
{
    color: #323232;
}