

.items {
    position: relative;
    z-index: 1500;
}

.item2 {
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.4);
    padding: 30px 25px;
    margin-top: 30px;
}

.item2:last-child {
    border-right: 1px solid rgba(255,255,255,0.4);
}

@media(max-width: 1260px) {
    .item2:nth-child(2n) {
        border-right: 1px solid rgba(255,255,255,0.4);
    }
}

@media(max-width: 767px) {
    .item2 {
        border-left: 0;
        border-right: 0 !important;
        border-top: 1px solid rgba(255,255,255,0.4);
        margin-top: 0;
    }
    .item2:last-child {
        border-bottom: 1px solid rgba(255,255,255,0.4);
    }
}

.item2 h4 {
    line-height: 1.26;
}

@media(max-width: 767px) {
    .item2 h4 {
        margin-top: 27px;
    }
}

.item2 p {
    margin-top: 20px;
}

.item2-icon {
    height: 79px;
}

.item2-icon {
    height: 97px;
}

.item2-icon, .item2-icon2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item2-icon img {
    max-height: 79px;
}

.item2-icon2 img {
    max-height: 97px;
}