.text-icons {}
.text-icons h2 {
    font-size: 3.125rem;
}
.text-icons .btn-default {
    padding: 14px 32px;
}
.text-icons .icons li {}
.text-icons .icons li figure {
    height: 100px;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}
.text-icons .icons li h3 {
    font-family: 'Montserrat';
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.12px;
}


@media (max-width: 991.98px) {
    .text-icons h2 {
        font-size: 2rem;
    }
    .text-icons p br {
        display: none;
    }
}