footer {
    background: var(--footer_bg_color, #ffffff);
    padding: 50px 0px;
}

.footer-text li {
    font-size: 14px;
    color: var(--footer_font_color, #000000);
    letter-spacing: 0.28px;
    line-height: 28px;
    margin-left: 63px;
    padding: 0px !important;
    font-size: initial !important;
}

.footer-text li:after {
    content: none !important;
}

.footer-text li a {
    color: var(--footer_active_color, #000000) !important;
}

.footer-text li a:hover {
    color: var(--footer_active_color, #000000) !important;
}

.footer-text li:first-child {
    margin-left: 0px;
}

@media(min-width: 1460px) and (max-width: 1559px) {
    footer {
        padding: 40px 0px;
    }
}

@media(min-width: 1360px) and (max-width: 1459px) {
    footer {
        padding: 30px 0px;
    }
}

@media(min-width: 1200px) and (max-width: 1359px) {
    footer {
        padding: 30px 0px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    footer {
        padding: 30px 0px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    footer {
        padding: 20px 0px 25px;
    }

    .footer-text li {
        font-size: 12px;
        margin-left: 17px;
    }

    .link {
        font-size: 12px;
    }
}

@media(max-width: 767px) {
    footer {
        padding: 20px 0px 25px;
    }

    .footer-text li {
        font-size: 13px;
        line-height: 21px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }

    .link {
        font-size: 13px;
    }

    .footer-link {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
}

.footer-bottom .footer-left,
.footer-bottom .footer-text {
    width: 100%;
    justify-content: space-between;
}

.footer-link a:first-child {
  margin-left: 0px;
}
