

.footer {
    width: 100%;
    height: auto;
    background: #262626;
    background-size: 100% 100%;
    padding: 39px 0 36px 0;
    color:#fff;
    font-size: 12px;
}


.footer h5 {
    margin-bottom: 13px;
    
}

.footer .about,
.footer .join {
    font-size: 14px;
}

.footer .join {
    padding-left: 50px;
    position: relative;
}

.footer .join:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    left: 0;
    top: 5px;
    opacity: 0.7;
    height: 155px;
}

.footer a {
    color:#fff;
}

.footer ul {
    line-height: 26px;
    font-size: 15px;
}

.footer .about {
    margin-right: 20px;
}

 .footer .about ul {
    line-height: 34px;
}
 
.footer .footer-p {
    margin-top: 20px;
    font-size: 12px !important;
}