.new-menu {
    float: right;
    margin-top: 2px;
}
.new-menu a {
    display: inline-block;
    margin-left: 10px;
    width: 108px;
    height: 38px;
    position: relative;
    text-decoration: unset;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}
.new-menu a:hover {
    border-radius: 4px;
    background: #EA4B3D;
    color: #ffffff;
}