h2
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #333;
}

.section-slider
{
    background-image: url(../arquivos/banners/banner-espaco.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 420px;
}

.section-body .item
{
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

.section-body i
{
    font-size: 70px;
    padding-bottom: 20px;
}