.it_consulting_hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.it_consulting_hero .txt {
    padding: 100px 0;
}

.it_consulting_hero .txt h4 {
    color: var(--c1);
}

.it_consulting_hero .txt h1,
.it_consulting_hero .txt p {
    color: var(--cf);
}

.it_consulting_hero .txt .btn {
    margin-top: 24px;
}

@media(max-width:990px) {
    .it_consulting_hero .txt {
        padding: 80px 0;
    }
}

@media(max-width:767px) {
    .it_consulting_hero .txt {
        padding: 48px 0 64px;
    }
}

/* --- infrastructure ---  */

.infrastructure {
    position: relative;
    margin-bottom: 160px;
}

.infrastructure .wrap {
    padding: 40px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 5px 80px 0 rgba(0, 0, 0, 0.07);
}


/* --- sever_box ---  */

.sever_box {
    position: relative;
    margin-bottom: 100px;
}