@media only screen and (min-width: 767px) {
    .button-effect:hover {
        background-color: #2580C9;
    }

    .menu--effect:hover:after {
        width: 0;
    }
}