.footer-component {
    align-items: center;
    background: #202228;
    display: flex;
    flex: 1 1 100%;
    justify-content: center;
    position: relative;
}

@media screen and (min-width: 960px) {
    .footer-component {
        height: 123px;
    }
}

.footer-component>.container {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    height: 400px;
    justify-content: center;
    padding-top: 68px;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .footer-component>.container {
        align-items: center;
        height: auto;
        justify-content: space-between;
        padding: 0 34px;
    }
}

.footer-menu {
    margin-top: 10px;
}

@media screen and (max-width: 959px) {
    .footer-menu {
        flex: 1 1 100%;
        margin-top: 58px;
    }
}

.footer-menu>.icon,
.footer-menu>.text {
    margin: 0 auto;
}

@media screen and (min-width: 960px) {

    .footer-menu>.icon,
    .footer-menu>.text {
        margin: 0 0 0 auto;
    }
}

.footer-menu>.icon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 124px;
}

@media screen and (max-width: 959px) {
    .footer-menu>.icon {
        margin-bottom: 58px;
        width: 218px;
    }
}

.footer-menu>.icon>li>a>svg {
    fill: #FFFFFF;
}

@media screen and (max-width: 959px) {
    .footer-menu>.icon>li>a>svg {
        height: 26px;
        width: auto;
    }
}

.footer-menu>.text {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    justify-content: right;
    text-align: right;
}

@media screen and (max-width: 959px) {
    .footer-menu>.text {
        justify-content: center;
        text-align: center;
    }
}

.footer-menu>.text>li {
    flex: 1 1 100%;
}

.footer-menu>.text>li>a,
.footer-menu>.text>li>button {
    color: #FFFFFF;
    font-family: inherit;
    font-weight: bold;
}