
#landingFooter {
    padding: 72px 120px 26px;
}
.landing-footer-header{
    margin-bottom: 2rem;
}
#landingFooter h4{
    font-size: var(--font-size-20);
    color: white;
}
#landingFooter a{
    color:#D0D5DD;
    font-family: manrope;
    font-weight: 500;
    font-size: var(--font-size-14);
    line-height: 20px;
}

#landingFooter .info p{
    margin-bottom: 0;
    color:#D0D5DD;
    font-family: manrope;
    line-height: 20px;
    font-size: var(--font-size-12);
}

#landingFooter .reach-us{
    padding: 0;
}

#landingFooter .reach-us a:not(:last-child){
    margin-bottom: 1.5rem;
}

#landingFooter .reach-us a {
    display: flex;
    justify-content: flex-start;
    align-self: center;
}

#landingFooter .location p{
    margin-left: 3rem;
    width: 232px;
    font-size: var(--font-size-14);
    font-weight: 500;
}

#landingFooter .reach-us a img, #landingFooter .location p img{
    margin-right: 10px;
}

.quick-links a{
    display: block;
    margin-top: 1.5rem;
}

.quick-links h6{
    color: #667085;
    font-weight: 500;
    font-size: var(--font-size-14);
}


.contact-location{
    display: flex;
    margin-top: 5rem;
}

.info-text-footer{
    font-size: var(--font-size-12);
    font-family: manrope;
    font-weight: 400;
    line-height: 24px;
    color: #D0D5DD;
    margin-top: 45px;
}


.social-media-cpyright{
    margin-top: 2rem;
    position: relative;
}

.social-media-cpyright::after{
    position: absolute;
    content: "";
    top: -28px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #344054;
}

.social-media {
    text-align: end;
}

.social-media a{
    margin-left: 1rem;
}

.copy-right-text{
    font-size: var(--font-size-12);
    font-weight: 500;
    color: #98A2B3;
    margin-bottom: 0;
    font-family: manrope;
}


.footer-app{
    margin: 2rem 0rem 0rem;
    text-align: end;
}




@media (max-width:768px) {
    #landingFooter {
        padding: 72px 20px 85px;
    }
    .contact-location {
        display: flex;
        margin-top: 24px;
        flex-direction: column;
        margin-bottom: 72px;
    }
    #landingFooter .location p {
        margin-left: 0rem;
        width: auto;
        font-size: var(--font-size-14);
        font-weight: 500;
    }
    #landingFooter .reach-us a {
        margin-bottom: 16px;
    }
    #landingFooter .reach-us a:not(:last-child) {
        margin-bottom: 16px;
    }

    .quick-links:not(:last-child){
        margin-bottom: 72px;
    }
    .social-media-cpyright::after {
        top: -31px;
    }
    .copy-right-text {
        margin-bottom: 31px;
    }
    .social-media a {
        margin-right: 12px;
    }
    .social-media {
        text-align: start;
    }
    .social-media a {
        margin-left: 0;
    }
    .footer-app{
    margin: 2rem 0rem 0rem;
    text-align: start;
}
}



@media (min-width:768px)and(max-width:1200px) {
    #landingFooter {
        padding: 72px 32px 26px;
    }
}