.investment-footer {
    background-color: #f2f2f2
}

.investment-footer .footer__logo-container {
    margin: 0;
    margin-right: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px
}

.investment-footer .footer__logo {
    max-width: 149px
}

.investment-footer .container {
    padding: 30px 15px
}

.investment-footer .foot-menu a {
    display: inline-flex;
    color: #000;
    font-weight: bold
}

.investment-footer .component__spacing-top {
    margin-top: 30px
}

.investment-footer .foot-menu {
    display: inline-block;
    margin: 0 0 35px 0;
    float: left
}

.investment-footer .ul-list p {
    color: #000;
    padding-right: 0;
    float: right
}

@media screen and (min-width: 768px) {
    .investment-footer .foot-menu {
        display:inline-block;
        margin: 0 20px 20px 0
    }

    .investment-footer .footer__logo-container {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 1024px) {
    .investment-footer .container {
        padding:60px 15px
    }

    .investment-footer .foot-menu {
        list-style: none;
        display: inline-block;
        -webkit-box-pack: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 20px 20px 0
    }

    .investment-footer .ul-list p {
        padding-right: 40px
    }
}
