.theme-footer{
    background-color:#054968;
    padding: 20px 0 10px 0;
    text-align: center;
}
.theme-footer-box{
    max-width: 1260px;
    margin: 0 auto;
    text-align: center;
}
.theme-footer p {
    font-size: 13px;
    color: #999;
    text-align: center;
    line-height: 20px;
    margin-bottom: 8px;
}
.theme-footer img {
    display: inline-block;
    margin: 10px 0;
    max-width: 100%;
}

@media screen and (max-width: 750px){
    .theme-footer img {
        display: inline-block;
        margin: 10px 0;
        max-width: 100%;
    }
    .theme-footer-box{
        width: 100%;
        margin: 0 auto;
        padding:0 0.5rem;
    }
}