
.footer-menu-wrapper {
    padding: 40px 24px;
    display: flex;
    flex-direction: row;

}

.footer-additional-info{
    display: flex;
    flex-direction: column;
}
.listpartners {
    max-width: 940px;
}
.partners-image{
    width: 100%;
}

.footer-socials-wrapper {
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-top: 40px;
}


.footer-socials-wrapper * {
    color: var(--clr-dark-blue) !important;
    font-weight: 600 !important;
}

.footer-socials-wrapper .list-inline{
    margin-bottom: 0 !important;
    margin-left: 10px;
}

.footer-socials-wrapper h4 {
    display: inline-block;
    font-weight: 400 !important;
}


.footer-social-link {
    padding: 0 !important;
}

.footer-social-icon * {
    fill: var(--clr-dark-blue);
}

.it-footer-main {
    background-color: var(--clr-white-blue);
}

.footer-menu-wrapper .link-list-wrapper {
    /*margin-left: auto !important;*/
    min-width: 200px;
    margin-right: auto;
}

.footer-list {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.footer-menu-item {
    color: var(--clr-dark-blue) !important;
    font-weight: 600 !important;
}

@media (max-width: 991px) {
  /*Footer*/

    .listpartners {
        display: none;
    }

    /* Hidden menu*/
    .mobile-menu-wrapper {
        display: flex;
        flex-direction: column;
    }


    .footer-menu-wrapper {
        display: flex;
        flex-direction: column;
        padding: 24px !important;
    }

    .footer-socials-wrapper h4 {
        display: none;
    }

    .footer-socials-wrapper {
        margin-top: 5px !important;
        position: relative;
        left: -10px;
    }

    .footer-menu-wrapper .link-list-wrapper {
        margin-left: 0 !important;
        min-width: 200px;
        margin-right: 0 !important;
    }

    .link-list-wrapper .footer-list {
        align-items: start;
        flex-wrap: wrap;
        height: 100px;
        margin-bottom: 0 !important;
    }

    .footer-menu-item {
        font-size: 14px !important;
        font-weight: 300 !important;
    }


}