.nav-hover:hover {
border-bottom: 3px solid #dd0661;
padding-top:3px;
}

.title::before {
    content: " ";
    position: absolute;
    width: 48%;
    border-top: 1px dashed #bbbbcf;
    top: 55%;
    left: -150px;
}

.title::after {
    content: " ";
    position: absolute;
    width: 48%;
    border-top: 1px dashed #bbbbcf;
    top: 55%;
    right: -150px;
}