.ix-page-cutter-wrapper {
    height:125px;
}
.ix-page-cutter {
    position: absolute;left: 0px; width: 100%;
    margin: 30px 0;
    padding: 15px 0;
    color:#fff;
    font-size:22px;
    font-weight:500;
    text-align: center;
    min-height:63px;
}
.ix-bullet-point-white {
    background-image:url(/application/themes/internex/img/check_bullet_point_white.svg);
    background-repeat:no-repeat;
    margin-right:18px;
    background-position: center;
    width: 26px;
    height: 20px;
    display: inline-block;
}
@media all and (max-width: 768px) {
    .ix-page-cutter-wrapper {
        height:30px;
    }
    .ix-page-cutter {
        margin: 0 0;
    }
}