.item3 {
    width: 33.3333%;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    text-align: center;
    padding: 60px 15px 40px 15px;
}

@media(max-width: 1500px) {
    .item3 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media(max-width: 1260px) {
    .item3 {
        padding-bottom: 30px;
    }
}

.item3:nth-child(3n) {
    border-right: 0;
}

.item3:nth-last-child(-n+3) {
    border-bottom: 0;
}

@media(max-width: 767px) {
    .item3 {
        width: 50%;
        padding-top: 28px;
        padding-bottom: 23px;
    }
    .item3:nth-child(3n) {
        border-right: 1px solid #c9c9c9;
    }
    .item3:nth-child(2n) {
        border-right: 0;
    }
    .item3:nth-last-child(3) {
        border-bottom: 1px solid #c9c9c9;
    }
}

@media(max-width: 510px) {
    .item3 h6 {
        font-size: 18px;
    }
}
/*
@media(max-width: 450px) {
    .item3 {
        width: 100%;
        border-right: 0 !important;
        border-bottom: 1px solid #c9c9c9;
    }
    .item3:nth-last-child(2) {
        border-bottom: 1px solid #c9c9c9;
    }
    .item3:first-child {
        padding-top: 0;
    }
    .item3:last-child {
        padding-bottom: 0;
    }
}*/

.item3-icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.item3-icon img {
    max-height: 80px;
}

@media(max-width: 991px) {
    .item3-icon {
        height: 65px;
    }
    .item3-icon img {
        max-height: 65px;
    }
}

.item3 h6 {
    margin-top: 45px;
}

@media(max-width: 1500px) {
    .item3 h6 {
        margin-top: 30px;
    }
}

@media(max-width: 450px) {
    .item3-icon {
        height: 55px;
    }
    .item3-icon img {
        max-height: 55px;
    }
    .item3 h6 {
        font-size: 17px;
        margin-top: 23px;
    }
}

.solutions-text {
    padding-top: 285px;
}

.solutions-pl {
    padding-left: 110px;
}

@media(max-width: 1500px) {
    .solutions-pl {
        padding-left: 40px;
    }
}

@media(max-width: 1260px) {
    .solutions-text {
        max-width: 100%;
        padding-top: 35px;
    }
    .solutions-pl {
        padding-left: 0;
    }
}