.mobile-menu-intro {
    background-color: #323135;
    padding: 3.5rem 1.5rem 0 1.5rem;
}

.mobile-menu-intro-heading {
    color: #FFF;
    text-align: center;
    font-family: "Urbanist";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%; /* 38px */
    letter-spacing: -0.8px;
    margin: 0 0 1rem 0;
}

.mobile-menu-intro-subheading {
    color: #FFF;
    text-align: center;
    font-family: "Urbanist";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -0.8px;
    margin: 0 auto 1rem auto;
}

a.mobile-menu-intro-btn {
    display: flex;
    padding: 1.5rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    white-space: nowrap;

    color: #FFF;
    font-family: "Urbanist";
    font-size: 16px;
    letter-spacing: -0.16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    background: 
    radial-gradient(ellipse at 40%, #4a6678 0%, #2d4457 100%);
    
    max-width: 30rem;
    margin: 2.5rem auto 0 auto;

    transition: 0.3s ease;
}

a.mobile-menu-intro-btn:hover {
    background: #9D8B50;
}

.mobile-menu-intro-divider {
    top: -1.275rem;
    position: relative;
    height: 36px;
    width: 100%;
}