footer {
    padding-top: 55px;
    font-size: 23px !important;
    letter-spacing: -0.6px !important;
}

.footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-top img{
    padding-right: 76px;
    
}



footer p,
footer a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}


/* .col-lg-3 h5{
 font-size: 16px;   
} */

.col-lg-3 p{
    font-size: 14px;
}
footer li{
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    padding-bottom: 12px;
    font-size: 14px;
}

footer ul {
    list-style: none;
    padding: 0;
}
footer p{
    margin: none;
}
footer .line {
    width: 40px;
    height: 4px;
    background-color: var(--c-brand);
    margin-top: 12px;
    margin-bottom: 24px;
   
}
