.it24__max_width {
    max-width: 1392px;
    margin: 0 auto;
    padding: 40px 0 40px 20px;
}

.it24__item {
    padding-left: 20px;
    margin-top: 20px;
}

.it24__icon_1 {
    background: url("images/icon_1.svg") center / contain no-repeat;
    width: 81px;
    height: 81px;
}

.it24__icon_2 {
    background: url("images/icon_2.svg") center / contain no-repeat;
    width: 81px;
    height: 81px;
}

.it24__icon_3 {
    background: url("images/icon_3.svg") center / contain no-repeat;
    width: 81px;
    height: 81px;
}

.it24__icon_4 {
    background: url("images/icon_4.svg") center / contain no-repeat;
    width: 81px;
    height: 81px;
}

.it24__item-text {
    display: flex;
    flex-direction: column;
}

.it24__text-top {
    font: 700 40px/1.5 'Roboto', sans-serif;
    color: #333333;
}

.it24__text-bottom {
    font: 4700 16px/1.5 'Roboto', sans-serif;
    color: #333333;
}

@media (max-width: 1200px){
    .it24__text-top {
        font: 700 36px/1.5 'Roboto', sans-serif;
    }

    .it24__text-bottom {
        font: 4700 15px/1.5 'Roboto', sans-serif;
    }

}

@media (max-width: 992px){
    .it24__text-top {
        font: 700 32px/1.5 'Roboto', sans-serif;
    }

    .it24__text-bottom {
        font: 4700 14px/1.5 'Roboto', sans-serif;
    }
    .it24__icon_1 {
        width: 74px;
        height: 74px;
    }
    .it24__icon_2 {
        width: 74px;
        height: 74px;
    }
    .it24__icon_3 {
        width: 74px;
        height: 74px;
    }
    .it24__icon_4 {
        width: 74px;
        height: 74px;
    }

}
@media (max-width: 768px){
    .it24__max_width {
        padding: 20px 0 20px 20px;
    }
    .it24__text-top {
        font: 700 26px/1.5 'Roboto', sans-serif;
    }

    .it24__text-bottom {
        font: 4700 12px/1.5 'Roboto', sans-serif;
    }
    .it24__icon_1 {
        width: 50px;
        height: 50px;
    }
    .it24__icon_2 {
        width: 50px;
        height: 50px;
    }
    .it24__icon_3 {
        width: 50px;
        height: 50px;
    }
    .it24__icon_4 {
        width: 50px;
        height: 50px;
    }
}