.footer-container {
    background: #151b26;
    padding: 24px 55px;
    position: relative;
}

.footer {
    height: 100%;
}
.footer-top {
    display: flex;
    height: 240px;
    border-bottom: 1px solid #354052;
    text-align: center;
}
.footer-logo {
    margin-top: 15px;
    width: 8rem;
}
.img-logo {
    width: 6rem;
    margin-bottom: .525rem;
}
.img-contact {
    width: 4.75rem;
}
.footer-li {
    padding: 50px 0 0 50px;
    width: 20%;
    color: white;
}
.footer-li p {
    font-size: .725rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: .25rem;
}
.footer-li a {
    font-size: .575rem;
    font-weight: 400;
    color: white;
    display: block;
    margin-bottom: .25rem;
}
.footer-li img {
    width: 5.2rem;
}
.footer-bottom {
    margin-top: .27rem;
    text-align: center;
}
.footer-bottom p {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #A5A7B1;
}
.footer-bottom a {
    color: #A5A7B1;
}
@media screen and (max-width: 768px) {
    .footer-top {
        height: auto;
        padding-bottom: 1rem;
    }
    .footer-li {
        display: none;
    }
    .public-img {
        padding: 0;
        display: block;
        align-self: flex-end;
    }
}
@media screen and (min-width:1801px) {
    .footer {
        width: 1638px!important;
        margin: 0 auto;
    }
}