.it-guys {
    padding: 15px 0;
}

.it-guys__title h2 {
    font-size: 25px;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 12px;
}

.it-guys__img {
    margin-top: 50px;
}

.it-guys h3 {
    border-top: 2px #000 solid;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    line-height: 33px;
    padding-top: 32px;
    margin-bottom: 10px;
}

.it-guys p {
    font-size: 21px;
    font-weight: 100;
    line-height: 29px;
    text-align: center;
    /*margin: 0 -60px;*/
}

@media (min-width: 992px) {
    .it-guys {
        padding: 61px 0;
    }

    .it-guys h2 {
        font-size: 56px;
        line-height: 66px;
        margin-bottom: -17px;
    }

    .it-guys h3 {
        padding-top: 38px;
    }
}