

.mobile-nav-button-wrapper{
text-align:center;
margin-bottom:40px;
margin-top: -50px;
}

.mobile-nav-button-wrapper a{ 
margin:auto;
}


a.mobile-button{
    position: relative;
    display: inline-block;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 17px 37px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
    margin-bottom:10px;
}

.mobile-menu .menu-box a.mobile-button.white{
width:90%;
background: linear-gradient(180deg, #f9f9f9 0%, #D2D2D2 80%, #c0c0c0 100%);
color:#812f6f !important;
}

.mobile-menu .contact-info {
    padding: 60px 30px 20px 30px;
}