.v-line {
    border-left : thin solid #C0C0C0;
}

/* For tablets and wider mobile devices */
@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

