.jisetf-footer-container {
    display: flex;
    height: 334px;
    padding: 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    align-self: stretch;
    background: rgba(49, 49, 49, 0.95);
}
.jisetf-footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}
.footer-section-far-left {
    display: flex;
    width: 239px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.footer-section-far-left .contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    align-self: stretch;
}
.footer-section-far-left .contact-info p:first-child {
    align-self: stretch;
    color: #fff;
    text-align: right;
    font-family: "Cairo";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.footer-section-far-left .contact-info p:last-child {
    display: flex;
    height: 61px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: #fff;
    text-align: right;
    font-family: Cairo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.footer-section-far-left .contact-info .social-media-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 26px;
    align-self: stretch;
}

.footer-section-mid-left {
    display: flex;
    width: 134px;
    flex-direction: column;
    align-items: flex-end;
    gap: 35px;
}
.footer-section-mid-left a {
    color: #fff;
    font-family: Cairo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.footer-section-mid-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 35px;
}
.footer-section-mid-right a {
    color: #fff;
    font-family: Cairo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.footer-section-far-right {
    width: 178px;
    height: 166px;
}
.footer-section-far-right img {
    width: 100%;
    height: 100%;
}
.footer-cw {
    align-self: stretch;
    color: #fff;
    text-align: center;
    font-family: Cairo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
}
@media only screen and (max-width: 768px) {
    .jisetf-footer-container {
        display: flex;
        height: 894px;
        padding: 40px 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }
    .jisetf-footer-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }
    .footer-section-far-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        order: 2;
    }
    .footer-section-far-left .contact-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 13px;
        align-self: stretch;
    }
    .footer-section-far-left .contact-info p:first-child {
        align-self: stretch;
        color: #fff;
        text-align: center;
        font-family: Cairo;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
    }
    .footer-section-far-left .contact-info .social-media-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        align-self: stretch;
    }
    .footer-section-far-left .contact-info p:last-child {
        display: flex;
        height: 61px;
        flex-direction: column;
        justify-content: center;
        align-self: stretch;
        color: #fff;
        text-align: center;
        font-family: Cairo;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }
    .footer-links-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        color: #fff;
        font-family: Cairo;
        order: 3;
    }

    .footer-links-title {
        align-self: stretch;
        color: #fff;
        text-align: center;
        font-family: Cairo;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
    }
    .footer-section-far-right {
        order: 1;
    }
    .footer-cw {
order: 4;
}
}
