.footer .app-brand-logo img {
    width: 170px;
    height: 121px;
    flex-shrink: 0;
    object-fit: contain;
}

.footer .desc {
    color: var(--Yellow-Dark, #998B7C);
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 26.6px */
    text-align: start;
}

.footer h4 {
    color: var(--Yellow-Dark, #998B7C);
    text-align: start;
    /* Title1 Bold */
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 26.6px */
    margin-bottom: 0px;
    margin-top: 0px;
}

.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;
}

.footer p a {
    color: var(--Primary-primary-800, #816F71);
    text-decoration: none !important;
}

.footer ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

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

.footer ul .footer-link {
    color: var(--Yellow-Dark, #998B7C);
    text-align: start;
    /* Title2 */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    text-decoration: none;
}

.footer .social-media {
    display: flex;
    align-items: center;
    justify-content: start;
}

.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) {
    .footer .app-brand-logo img {
        width: 150px;
        height: 101px;
    }

    .footer .desc {
        font-size: 16px;
    }

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

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


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

@media(max-width:570px) {
    .footer .app-brand-logo img {
        width: 130px;
        height: 81px;
    }

    .footer .desc {
        font-size: 14px;
    }

    .footer ul {
        display: block !important;
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }

    .footer h4 {
        font-size: 16px;
    }

    .footer .social-media {
        justify-content: start !important;
    }

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