@media screen and (max-width: 1200px) {
    .ft-center {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
    
}
@media screen and (max-width: 500px) {
    .ft {
        width: 100%;
        height:auto;
        padding: 20px 0px;
        background: #014167;
    }
    .ft-center ul li {
        margin-bottom: 20px;
    }
    .ft-center ul {
        margin-top: 0;
    }
    .ft-center ul li a {
        color: #e5e4ef;
        font-size: 12px;
    }
}