@media (min-width: 768px) {
    .border-dashed {
        border-left: 1px dashed #333;
    }
}
