.footer-container {
    padding-top: 70px;
    background-color: #1f2222;
    border-top: 1px solid #1f2222;
    color: #fff;
    padding-bottom: 250px;

}
.footer-title {
    font-size: 160px;
    margin: 200px 0 0 0;
    line-height: 82px;
}

footer {
    line-height: 1.5;
    padding-bottom: 50px;
}

.footer-logo-word {
    width: 85px;
    margin: 0;
    margin-bottom: 15px;
    border: 1px solid #1f2222;
    padding: 0;
    box-sizing: border-box;
  }
  .footer-logo-word img {
    width: 100%;
    height: auto;
    display: block;
  }

.footer-link {
    margin: 0;
    color: #1f2222;
    padding: 4px 10px;
    width: 170px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #1f2222 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right;
    transition: background-position 0.3s ease, color 0.3s ease;
}

.footer-link:hover {
    background-position: left;
    color: #fff;
}

.footer-link.action-link {
    background-color: #7CF2A4;
}

.footer-link.action-link::before {
    background-color: #1f2222;
}

.footer-column {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.footer-footer {
    margin-top: 100px;
}
.footer-flag {
    width: 22px;
    position: relative;
    left: 5px;
    top: 1px;
    display: inline-block;
}

.social-icons {
    margin-bottom: 40px;
}
.social-icon {
    width: 26px;
    height: 26px;
    font-weight: 600;
    color: #1f2222;
    background-color: #fff;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    border: 1px solid #1f2222;
    margin-right: 4px;
}

@media (max-width: 750px) {
    .footer-title {
        font-size: 110px;
        line-height: 58px;
    }
}

@media (max-width: 580px) {
    .footer-column-logo {
        display: block;
        margin-top: 30px;
    }
    footer p {
        width: 160px;
    }
    .footer-column {
        margin-right: 15px;
    }
    .footer-title {
        font-size: 70px;
        line-height: 36px;
    }
}