.app-download-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 40px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.app-download-section .CTA {
    width: 100%;
    max-width: 1320px;
    height: auto;
    display: block;
}

.app-download-section .group-6 {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    max-width: 600px;
    height: auto;
    pointer-events: none;
}

    .app-download-section .ef {
        width: 100%;
        max-width: 557px;
        height: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 900px) {
    .app-download-section {
        padding: 60px 24px;
        flex-direction: column;
        min-height: auto;
    }

    .app-download-section .group-6 {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 80%;
        max-width: 400px;
        margin: 20px auto 0;
    }
}

@media (max-width: 576px) {
    .app-download-section {
        padding: 40px 16px;
    }

    .app-download-section .group-6 {
        width: 90%;
    }
}
