.footerSocialMedia ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    row-gap: 35px;
}

.footerLogoAndSocialMedia {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.footerSocialMedia ul li a {
    display: flex;
    align-items: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #5C5C5C;
    text-decoration: none;
}

.footerSocialMedia ul li a span {
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.footer {
    background: #f5f5f5;
}

.footerTop
{
    padding-top: 78px;
    padding-bottom: 110px;
}

.footerMenuArea {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.footerMenuTitle {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #143676;
}

.footerMenuItemList ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footerMenuItemList ul li a {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #5C5C5C;
    text-decoration: none;
}

.footerNavLinksRow {
    row-gap: 62px;
}

.footerTopBottomLinks ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    column-gap: 88px;
}

.footerTopBottomLinks ul li a {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #143676;
    text-decoration: none;
}

.footerBottom {
    display: flex;
    justify-content: space-between;
}

.footerBottomLinks ul {
    display: flex;
    align-items: center;
    column-gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 45px;
    border-top: 1px solid #E6E8EB;
}

.footerCopyright {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #9F9F9F;
}

.footerBottomLinks ul {
    display: flex;
    align-items: center;
    column-gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerBottomLinks ul li a {
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    color: #5C5C5C;
}

@media only screen and (max-width: 1399px)
{
    .footerTopBottomLinks ul {
        display: flex;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 0;
        column-gap: 30px;
    }
}

@media only screen and (max-width: 991px)
{
    #footerContainer {
        display: none;
    }
}