.responsive-heading {
font-size: 10px;
}
@media (min-width: 768px) {
.responsive-heading {
font-size: 10px;
}
}
@media only screen and (min-width: 1000px) {
body #header-outer .menu-item-2450 > a:before, body #header-outer .menu-item-2450 > a:after {
left: -24px;
height: calc(100% + 24px);
width: calc(100% + 48px);
border-radius: 15px;
color: #000 !important;
}
}