@media screen and (max-width: 768px) {
    .project_line::after,
    .Skills_line::after,
    .about_line::after,
    .contact_line::after {
        display: none;
    }
}