.mobile-menu-intro {
    background-color: #000;
    padding: 1.5rem 1rem 2rem 1rem;
}

.mobile-menu-intro-heading {
    color: #FFF;
    text-align: center;
    font-family: "Teko", sans-serif;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 4.19763rem */
    letter-spacing: -0.09325rem;
    text-transform: uppercase;
    margin: 1rem auto 0 auto;
}

.mobile-menu-intro-subheading {
    color: #FFF;
    text-align: center;
    font-family: "Teko", sans-serif;
    font-size: 2.275rem;
    font-style: normal;
    font-weight: 300;
    line-height: 90%; /* 2.25rem */
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    margin: 0 auto 1rem auto;
}

a.mobile-menu-intro-btn {
    display: flex;
    padding: 0.925rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    white-space: nowrap;
    border-radius: 0.5rem;

    color: #FFF;
    font-family: "Teko", sans-serif;
    font-size: 1.875rem;
    line-height: 60%;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    background: #560591;
    border: 1px solid #FFF;

    max-width: 20rem;
    margin: auto;

    transition: 0.2s ease;
}

a.mobile-menu-intro-btn:hover {
    background: #450474;
}

.mobile-menu-intro-divider {
    top: -1.275rem;
    position: relative;
    height: 36px;
    width: 100%;
}