.services {}
.services .intro {}
.services .intro h2 {
    font-size: 3.125rem;
}
.services .intro .btn-default {
    padding: 14px 32px;
}
.services .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 480px;
    padding: 32px;
    text-decoration: none;
}
.services .item .box-content {
    background-color: var(--cor-branca);
    text-align: center;
    padding: 40px 50px;
    color: var(--cor-azul-petroleo);
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.services .item:hover .box-content {
    background-color: var(--cor-cinza-gelo);
}
.services .item .box-content p {
    font-size: 0.813rem;
}

@media (max-width: 991.98px) {
    .services .intro h2 {
        font-size: 2rem;
    }
    .services .intro p br {
        display: none;
    }
}