﻿.contact-item {
    border-right: 1px solid #ddd;
}

/*    .contact-item:last-child {
        border-right: none;
    }*/

/* Mobile Fix */
@media (max-width: 767px) {
    .contact-item {
        border-right: none;
        width: 100%;
        padding: 10px 0;
    }
}
