.footer-top {
    padding: 60px 0;
}

.footer-logo{
    width: max-content;
}

.footer-social ul {
    list-style: none;
    margin: 1;
    padding: 0;
}

.footer-social ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer-social {
    margin-top: 35px;
}
@media (max-width: 575px) {
    .footer-links ul li, .footer-links ul li a{
        font-size: 18px;
    }
}
@media (min-width: 576px) {
    .footer-links ul li, .footer-links ul li a{
        font-size: 13px;
    }
}
@media (min-width: 768px) {
    .footer-links ul li, .footer-links ul li a{
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    .footer-links ul li, .footer-links ul li a{
        font-size: 14px;
    }
}
@media (min-width: 1400px) {
    .footer-links ul li, .footer-links ul li a{
        font-size: 17px;
    }
}
.footer-links ul li {
    font-family: var(--general-font);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #FFFFFF;
    padding: 10px 0;
}

.footer-links ul li a {
    word-break: break-word;
    font-family: var(--general-font);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}

.footer-links ul li a:hover {
    text-decoration: underline;
}

.footer-links ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-links ul {
    margin: 0;
    padding: 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 28px 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
/* identical to box height */


/* White */
    color: #FFFFFF;
    opacity: 0.8;
}

.footer-bottom-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-bottom-links ul li a {
    font-family: var(--general-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    opacity: 0.8;
    text-decoration: none;
    display: inline-block;
}

.footer-bottom-links ul {
    display: flex;
    flex-flow: row;
    gap: 20px;
}
