footer {
    padding: 48px 40px 0;
    background: rgba(238, 238, 238, 1);
}
.footer-logo {
    width: fit-content;
    display: flex;
    gap: 16px;
}

.footer-first-logo {
    padding-right: 16px;
    border-right: 1px solid #231F20;
}
.footer-top-content {
    display: flex;
    justify-content: space-between;
}
.footer-social-medias {
    display: flex;
    align-items: center;
    gap: 32px;
}
.footer-main-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.footer-mid-left-content div a {
    color: #231F20;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.176px;
}

.footer-mid-left-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-mid-left-content div {
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-mid-content {
    display: flex;
    justify-content: space-between;
}

.footer-mid-left-content {
    max-width: 100%;
}
.footer-mid-right-content {
    display: flex;
    justify-content: space-between;
    width: 40%;
    max-width: 100%;
    gap: 24px;
}

.menu-footer-left-menu-container > div > div > ul {
    margin: 0 !important;
}

.footer-mid-right-content > div > div > ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-mid-right-content > div > div > ul > li > a {
    color: #231F20;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.176px;
}
.footer-bottom-content {
    display: flex;
    justify-content: space-between;
}

.footer-bottom-content div span {
    color: #231F20;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.154px;
}

.footer-bottom-content {
    padding: 24px 0;
    border-top: 1px solid #C6CACC;
}
.footer-bottom-right a {
    color: #231F20;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .footer-top-content {
        flex-direction: column;
        gap: 80px;
    }

    .footer-mid-content {
        flex-direction: column;
        gap: 48px;
    }

    .footer-mid-right-content > div {
        width: calc(50% - 12px);
        max-width: 100%;
    }

    .footer-mid-right-content {
        width: 100%;
        flex-wrap: wrap;
    }
    footer {
        padding: 48px 12px 0;
    }
    .footer-first-logo svg {
        width: 142px;
    }

    .footer-second-logo svg {
        width: 142px;
    }
    .footer-bottom-content {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

}