.footer-modules {
    background: #1A2332;
    padding: 10rem 0 7rem;
    display: block;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 15rem;
    width: 120rem;
}
.footer-modules .footer-contact {
    display: flex;
    gap: 2rem;
    margin-top: 4rem;
    justify-content: start;
}
.footer-modules .footer-contact img {
    width: 2.4rem;
    height: 2.4rem;
}
.footer-modules .logo {
    width: 27.5rem;
    margin-bottom: 2rem;
}
.footer-modules .footer-txt {
    color: #fff;
    font-size: 1.2rem;
    text-align: left;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: normal;
}
.en.footer-modules .footer-txt {
    line-height: 2.5rem;
}
.footer-modules .footer-content > article {
    text-align: left;
    width: 43.8rem;
}
.footer-modules .links-box h4 {
    color: #ffffffd1;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
    margin-bottom: 2rem;
    text-align: left;
}

.footer-modules .links-box ul a {
    color: #8D93A4;
    font-weight: 400;
    font-size: 1.4rem;
    text-align: left;
}
.footer-modules .service-links,
.footer-modules .product-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    font-family: "Arial";
}
.footer-modules .footer-content .links-group {
    display: flex;
    gap: 15rem;
    text-align: left;
}
.footer-modules .footer-content .links-box {
    width: 14rem;
}

.footer-modules .bottom-txt {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 10rem;
    font-weight: 400;
}
@media (max-width: 767px) {
    .footer-modules {
        padding: 4rem 2rem;
        width: 37.5rem;
        min-width: auto;
    }
    .footer-modules .contain-box {
        width: 100%;
        flex-direction: column;
        gap: 3rem;
    }
    .footer-modules .logo {
        width: 19.4rem;
        height: 4rem;
        aspect-ratio: 97/20;
        margin-bottom: 1rem;
    }
    .footer-modules .footer-txt {
        color: #ffffffd1;
        font-family: Inter;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2rem;
        text-transform: capitalize;
        margin-bottom: 1rem;
        width: 100%;
    }
    .footer-modules .footer-content article {
        width: 100%;
    }
    .footer-modules .footer-contact {
        margin-top: 2rem;
        padding-left: 0;
        margin-bottom: 0;
    }
    .footer-modules .footer-content .links-group {
        display: flex;
        gap: 3rem;
    }
    .footer-modules .footer-content .links-box {
        flex: 1;
    }
    .footer-modules .bottom-txt {
        margin-top: 5rem;
        color: var(--text04, #ffffffd1);
        text-align: center;
        
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }
    .footer-modules .links-box ul a {
        line-height: 1.7rem;
    }
    .footer-modules .links-box h4 {
        font-weight: 500;
        margin-bottom: 1rem;
    }

}