.landing-footer {
    background-color: #242788;
}

.landing-footer .app-brand-logo img {
    width: 156px;
    height: 70px;
    opacity: 1;
    padding-bottom: 0px;
    object-fit: contain;
}

.landing-footer p {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.landing-footer .social img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.landing-footer ul {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 80px;
    flex-wrap: wrap;
}
.landing-footer ul li {
    margin-bottom: 40px;
    margin-top: 0px;
}
.landing-footer ul .footer-link {
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -1%;
    color: #fff !important;
    opacity: 1;
}
.landing-footer ul .footer-link:hover {
    opacity: 0.8;
}
@media(max-width:992px){
   .landing-footer .app-brand-logo img {
    width: 136px;
    height: 50px;
   }
   .landing-footer p {
    font-size: 13px;
   }
   .landing-footer ul .footer-link {
    font-size: 15px;
   }
   .landing-footer ul {
    column-gap: 40px;
   }
   .landing-footer ul li {
    margin-bottom: 30px;
   }
   .landing-footer .social img {
    width: 30px;
    height: 30px;
   }
}
@media(max-width:768px){
    .landing-footer .app-brand-link,
    .landing-footer .social  {
        display: flex;
        align-items: center;
        justify-content: center;
    }
   .landing-footer .app-brand-logo img {
    width: 126px;
    height: 40px;
   }
   .landing-footer p {
    font-size: 12px;
    text-align: center;
   }
   .landing-footer ul .footer-link {
    font-size: 14px;
   }
    .landing-footer ul {
    column-gap: 20px;
    justify-content: center;
   }
   .landing-footer ul li {
    margin-bottom: 20px;
   }
    .landing-footer .social img {
    width: 25px;
    height: 25px;
   }
}
@media(max-width:570px){
    .landing-footer .app-brand-logo img {
    width: 106px;
    height: 40px;
   }
   .landing-footer p {
    font-size: 12px;
   }
   .landing-footer ul .footer-link {
    font-size: 12px;
   }
}