
.footer .container{
    border-top: 1px solid var(--foundation-white-normal-hover, #E6E6E6);
}
.footer ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px 40px;
    flex-wrap: wrap;
    padding-left: 0px;
}

.footer ul li a {
   color: var(--foundation-white-dark-hover, #999);

/* Footnote */
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

.footer ul li a:hover {
    color: #fff;
}

.footer .social a img {
    width: 24px;
height: 24px;
    object-fit: contain;
}


@media(max-width:992px) {

    .footer ul li a {
        font-size: 13px;
    }

}

@media(max-width:768px) {

    .footer ul li a {
        font-size: 12px;
    }
 .footer .social,
 .footer ul {
    justify-content: center !important;
 }
}

@media(max-width:570px) {
    .footer ul li a {
        font-size: 12px;
    }
}