.footer-box {
    margin-top: 60px;
    height: auto;
    color: #CBD0DC;
    background-color: #041335;
    min-height: 165px;
}

.footer-box .footer {
    display: flex;
    /*height: 100%;*/
}

.footer-divider {
    width: 1px;
    height: 56px;
    background: #CEDFFB;
    opacity: 0.36;
    margin-top: 67px
}

.footer-logo-box {
    width: 50%;
    height: 100%;
    position: relative
}

.footer-logo {
    position: absolute;
    right: 29px;
    top: 51px;
}

.footer-text {
    text-align: left;
    margin-left: 27px;
    margin-top: 59px;
    font-size: 12px;
    line-height: 23px;
}

.footer-text a {
    color: #CBD0DC;
    text-decoration: none;
}

.foot_btimg {
    width: 920px;
    margin: 0 auto;
    margin-top: 30px;
    border-top: 1px solid #4592dc;
    text-align: center;
}

.foot_btimg img {
    margin: 6px;
}

@media (max-width: 768px) {
    .footer-logo-box {
        display: none;
    }

    .footer-divider {
        display: none;
    }

    .footer-text {
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 40px 0;
    }


    .foot_btimg {
        width: 100%;
    }

    .foot_btimg img {
        margin: 6px;
    }
}