/* Add here all your CSS customizations */
.footer-links-img{
    width: 50%;
}
.footer-a{
    color:#fff !important;
}

.footer-a:hover{
    color:#fff !important;
    text-decoration: underline
}

.ftr-p {
    font-size: 14px !important;
    font-weight: 600;
}

.footer-links-ul {
    list-style-type: none;
    color: #fff;
}

.footer-links-ul a {
    color: #fff ;
}

.footer-links-ul a:hover {
    color: #fff !important;
    text-decoration: underline
}