.footer{
    padding: 96px 0;
}

.company-info{
    width: 100%;
}

.company-info a {
    display: block;
    max-width: 170px;
    height: 40px;
}

.footer .widget_nav_menu {
    margin-top: 48px;
    padding-right: 12px;
}

.footer .widget-title {
    color: #EC1218;
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer .menu-item {
    display: block;
    margin-top: 24px;
}

.footer .menu-item a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.footer .footer-terms {
    width: 100%;
    margin-top: 100px;
    padding-top: 35px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    /* overflow: hidden; */
    position: relative;
}

.menu-footer-follow-us-container li {
    padding-left: 29px;
    position: relative;
}

.footer .fa::before {
    font-size: 19px;
    margin-top: 3px;
}

.menu-item.fa-discord:before {
    content: '';
    background: url(../img/discord_black.svg) no-repeat center center/contain;
    width: 19px;
    height: 19px;
    position: static;
    display: inline-block;
}

.menu-footer-follow-us-container .fa::before {
    position: absolute;
    left: 0;
}

.footer .menu-item a:hover {
    text-decoration: underline;
}

@media all and (min-width: 768px){
    .footer-terms-menu .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 8px;
    }
    .footer-terms {
        text-align: center;
    }
}

@media all and (min-width: 1200px){
    .footer .company-info {
        width: 26%;
    }
    .footer .widget_nav_menu {
        width: 18.5%;
        margin-top: 0;
        padding-right: 0;
    }
}