footer {
    font-family: "IBM Plex Sans", sans-serif;
    background: #15406a;
    padding: 40px 0;
    color: #fff;
}

footer .d-flex:first-child {
    border-bottom: 1px solid rgba(242, 242, 242, .2);
}

footer .d-flex {
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.site-info {
    max-width: 350px;
}

footer a:first-child {
    margin-left: 0;
}

footer a {
    color: rgba(255, 255, 255, .54);
    margin: 0 12px;
}

.logo-white {
    width: 154px !important;
    height: 53px;
}

footer .d-flex p {
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 14px;
}


.font-weight-bold {
    font-weight: 700 !important;
}

p {
    line-height: 1.71;
}

footer .d-flex:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
}





/* .fa-facebook-f:before {
    content: "\f39e";
}
 */


.social-icon {
    margin-bottom: 15px;
}


.social-icon ul {
    display: flex;
    margin-bottom: 30px;
    padding: 0;
}

.social-icon ul {
    display: flex;
    padding: 0;
}

ul {
    list-style-type: none;
}

.social-icon ul li:first-child {
    padding-left: 0;
}

.social-icon ul li {
    padding: 0 5px;
}


.social-icon ul li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    background: #fff;
    color: #15406a;
    font-size: 1.2rem;
}

footer a {
    text-decoration: none;
    font-weight: 500;
}

.footer-menu {
    font-size: 14px;
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }
}

@media (min-width: 992px) {
    .align-items-lg-end {
        align-items: flex-end !important;
    }
}