.app-footer {
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "YekanBakh", sans-serif !important;
}
.app-footer > section > div {
    max-width: 1920px;
}
.app-footer__intro {
    padding: 4rem 15px 2rem 15px;
}
.app-footer__divider {
    height: 1px;
}

.app-footer__location-title {
    margin-inline-start: 2rem;
}
.app-footer__location-line {
    max-width: 475px;
    font-size: 12px;
}
.app-footer__location-icon {
    width: 20px;
    height: 20px;
    margin-inline-end: 0.5rem;
}
.app-footer__contact {
    width: 250px;
}
.app-footer__contact-item {
    font-size: 12px;
}
.app-footer__contact-whatsapp-icon {
    width: 16px;
    height: 16px;
    margin-inline-start: 0.25rem;
}
.app-footer__symobls {
    max-width: 180px;
    max-height: 120px;
    height: 120px;
}
.app-footer__logo {
    width: 181px;
    height: 65px;
}
.app-footer__related-link {
    font-size: 12px;
}
.app-footer__related-item {
    margin-inline-end: 1.5rem;
}
.app-footer__related-item:last-of-type {
    margin-inline-end: 0rem;
}
.app-footer__legal-notice {
    font-size: 12px;
    margin-block-start: 2rem;
}
.app-footer__outro {
    padding: 0.75rem 20px;
}
.app-footer__social-icon {
    width: 24px;
    height: 24px;
}

.app-footer__partner-icon {
    width: 30px;
    height: 40px;
    transform: scale(1.2);
}
@media only screen and (min-width: 320px) {
    .app-footer__location-line {
        font-size: 16px;
    }
    .app-footer__contact-item {
        font-size: 16px;
    }
    .app-footer__contact-item span:first-child {
        font-size: 14px;
    }
    .app-footer__related-link {
        font-size: 14px;
    }
    .app-footer__legal-notice {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .app-footer {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom;
    }
    .app-footer__intro {
        padding: 4rem 15px 2rem 15px;
    }
}
@media only screen and (min-width: 992px) {
    .app-footer__intro {
        padding: 4rem 20px 2rem 20px;
    }
    .app-footer__outro {
        padding: 0.75rem 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .app-footer__intro {
        padding: 4rem 75px 2rem 75px;
    }
    .app-footer__outro {
        padding: 0.75rem 60px;
    }
}
@media only screen and (min-width: 1400px) {
    .app-footer__intro {
        padding: 4rem 100px 2rem 100px;
    }
    .app-footer__outro {
        padding: 0.75rem 80px;
    }
}
