footer#fw_footer {
    background: #F8F8F8;
}

footer#fw_footer .section_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 30px;
    flex-wrap: wrap;
}

footer#fw_footer .section_container .info {
    font-size: 13px;
}

footer#fw_footer .section_container .info .i1 {
    color: #111;
    font-size: 14px;
}

footer#fw_footer .section_container .i3 {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

footer#fw_footer .link_container {
    background: #eee;
}

footer#fw_footer .link {
    max-width: 1200px;
    display: flex;
    gap: 20px;
    margin: 0 auto;
    padding: 10px 0;
}

footer#fw_footer .link a {
    color: #000;
    font-weight: 700;
}
footer#fw_footer .link {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width:767px) {
    footer#fw_footer .section_container {
        flex-direction: column;
        padding: 10px 15px 30px;
        row-gap: 15px;
        text-align: center;
    }
    footer#fw_footer .link{
        justify-content: center;
    }
}