/* For devices with a minimum width of 768px (Medium) */
@media screen and (max-width: 768px) {
    .about-section   .row-about .about-item{
        border-right: none;
        border-left: none;
        border-top: none;
        border-bottom: 1px solid var(--ap-primary);
    }

    .about-section .row-about .about-item:last-child{
        border-bottom: none;
    }
}

/* For devices with a minimum width of 992px (Large) */
@media screen and (min-width: 992px) {

}