h2
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #333;
}

.section-body .esporte-imagem
{
    background-image: url(../arquivos/banners/banner-servico.jpg);
    height: 100%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
}

.section-body .esporte-imagem-alt
{
    background-image: url(../arquivos/banners/banner-servico.jpg);
    height: 100%;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
}

@media screen and (max-width: 576px)
{
    .section-body .esporte-imagem
    {
        min-height: 210px;
    }
}