/****************************
    APC Back UPS
*****************************/
.why-apc-section {
    background: #e9ecdf;
}

.why-apc-card {
    background: #fff;
    padding: 40px 20px;
}

.why-item {
    padding: 20px 30px;
    position: relative;
}

.why-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    width: 2px;
    height: 70%;
    background: #bfbfbf;
}

.why-item h5 {
    font-weight: 700;
    margin: 15px 0 10px;
}

.why-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.why-item .icon {
    font-size: 36px;
    margin-bottom: 10px;
}

/* Mobile */
@media (max-width: 767px) {
    .why-item:not(:last-child)::after {
        display: none;
    }

    .why-item {
        border-bottom: 1px solid #ddd;
    }
}