  .w-image.ush_image_1 {
    margin-left: 50px;
}
ul.w-nav-list.level_1.hover_simple {
    margin-right: 100px;
}

li#menu-item-21 {
    background: #e0dcdc;
    color: white;
    height: 50px;
    border-radius: 50px;
}

li#menu-item-21:hover{
    background: #e0dcdc;
    color: white !important;
}

li#menu-item-21 a {
    margin-top: -25px;
}

li#menu-item-21:hover span {
    color: #CC3D35 !important;
}
@media (max-width: 600px) {
 .w-image.ush_image_1 {
    margin-left: 0px;
}
ul.w-nav-list.level_1.hover_simple {
    margin-right: 0px;
}
li#menu-item-21 a {
    margin-top: 0px;
}
}