body {
    background: #f6f6f6;
}
.nav-item a.nav-link {
    padding: 6px 36px!important;
}
.join-us-container {
    width: 655px;
    height: 200px;
    background: #FFF;
    box-shadow: 1px 1px 16px 0px rgba(88, 88, 88, 0.09);
    margin: 40px auto 0;
    padding: 48px;
    display: flex;
    justify-content: space-between;
}

.join-us-info {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.join-us-info-title {
    width: 70px;
    color: #231815;
    font-size: 18px;
    font-weight: 700;
    margin-right: 20px;
    margin-left: 6px;
    display: inline-block;
}

.join-us-info-dec {
    color: #666;
    font-size: 16px;
}

.qrImgtext {
    color: #333;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
}