.landing-footer .app-brand-logo img {
    width: 200px;
    height: 71px;
    flex-shrink: 0;
    object-fit: contain;
}
.landing-footer {
    background: var(--Blanc-cass-blanc-cass-50, #FFFEFC);
}

.landing-footer h4 {
    color: var(--Primary-primary-800, #816F71);
    /* Title1 Bold */
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 26.6px */
    margin-bottom: 0px;
    margin-top: 0px;
}

.landing-footer p {
    color: var(--Primary-primary-800, #816F71);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.352px;
    text-align: center;
}
.landing-footer p a {
    color: var(--Primary-primary-800, #816F71);
    text-decoration: none !important;
}
.landing-footer ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

.landing-footer ul li {
    margin-top: 5px;
}

.landing-footer ul .footer-link {
    color: var(--Primary-primary-800, #816F71);
    /* Title2 */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    text-decoration: none;
}
.landing-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: start;
}

.landing-footer .social-media a {
    border-radius: 50%;
    background: #FFF;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

@media(max-width:992px) {
    .landing-footer .app-brand-logo img {
        flex-shrink: 0;
        object-fit: contain;
    }

    .landing-footer h4 {
        font-size: 17px;
    }

    .landing-footer ul .footer-link {
        font-size: 14px;
    }


    .landing-footer ul {
        margin-bottom: 0px;
    }
}

@media(max-width:570px) {
    .landing-footer ul {
        display: block !important;
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }

    .landing-footer h4 {
        font-size: 15px;
    }
    .landing-footer .social-media {
        justify-content: start !important;
    }

    .landing-footer ul .footer-link {
        font-size: 12px;
    }
}