.footer-des {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.footer-content {
    border: 1px solid #B1BBC8
}

.footer-wrap {
    padding: 50px;
}
.footer_logo {
    text-align: center;
}
.continfo {
    border-bottom: 1px solid #B1BBC8;
    border-top: 1px solid #B1BBC8;
    padding: 20px 0px 20px 0px;
}
contfinfo li{
    margin-bottom:0px;
}

.footer-copyright {
    border-top: 1px solid #B1BBC8;
}
.footer_link a {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    color: #1B2129 !important;
}
.footer_link li {
    margin-bottom: 2px !important;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    color: #1B2129 !important;
}
@media (min-width: 992px) {

    .footer-des {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .footer-content {
    }

    .footer-wrap {
        padding: 50px 165px 50px 165px;
    }
    .continfo {
        border-bottom: none;
        border-top: none;
        padding: 0px;
    }
    .footer_link a {
        font-size: 24px;
    }
    .footer_link li{
        margin-bottom: 20px !important;
    }
}
