h2
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #333;
}

.section-slider
{
    background-image: url(../arquivos/banners/banner-bela.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 220px;
}

.section-body .item
{
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

.section-body .presidente-foto, .section-body .diretoria-foto
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 400px;
    border-radius: 10px;
}

.section-body figure
{
    max-width: 100%;
    height: auto;
    text-align: center;
}

@media screen and (max-width: 576px)
{
    h2
    {
        font-size: 26px;
    }

    .section-slider
    {
        height: 200px;
    }

    .section-body .presidente-foto, .section-body .diretoria-foto
    {
        height: 290px;
    }
}