.incifar_new {
    position: relative;
    overflow: hidden;
    padding: 40px 0 52px;
}
.incifar_new::before {
    content: "";
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;

}

.incifar_new__object {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    padding: 30px;
    height: 100%;
}

.incifar_new__object-title {
    font-size: 50px;
    font-family: Bebas Neue;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
}
.incifar_new__object-title span {
    color: #b4c8ff;
    font-size: 80px;
    position: relative;
    top: 4px;
    margin-right: 2px;
}

.incifar_new__object-text {
    font-size: 14px;
    font-weight: 500;
}
.incifar_new__zapisi-item {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .incifar_new {
        padding: 30px 0 44px;
    }

}