.mobile-nav-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 33px 26px;
}
.mob-nav-items {
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
    background: #f1f1f1;
    padding: 30px;
    line-height: 40px;
    z-index: 50;
}

.expand {
    cursor: pointer;
}

.ql-editor > p > img {
    max-width: 100% !important;
}

.sponsor-nav {
    width: 100%;
    height: 60px;
    background: #8bc244;
}

.sponsor-nav > ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}


.sponsor-nav > ul > li > a {
    color: black;
    font-weight: 500;
}


.passage {
    padding: 15px;
}

.join-now {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40%;
    right: 0;
    width: 120px;
    height: 40px;
    font-size: 13px;
    opacity: .8;
    background: #99dc32;
    cursor: pointer;
    color: white;
    font-weight: bold;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    z-index: 4;
    box-shadow: 0 0 10px #00000057;
    transition: all .5s;
}

.join-now:hover {
    background: #06ddf1;
}
