.download-container {
    background: #F2F2F2;
    padding: 4rem 0rem;
    margin-bottom: -6rem;
}

.flex-container {
    display: flex;
    gap: 4rem;
}

.download-title {
    color: #2A2A2A;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.5rem;
    margin-bottom: 2rem;
    margin-top: 0rem;
}

.img-flex {
    display: flex;
    gap: 2rem;
}

.app-logo-img {
    width: 7.344rem;
    height: 7.344rem;
    object-fit: contain;
}

.store-img {
    height: 4rem;
    object-fit: contain;
}

.cpc-bg-override {
    background-color: #F2F2F2 !important;
}



.cpc-related-links__no-component {
    margin-bottom: 0rem !important;
}


.cpc-block-quote__items {
        border-left: .25rem solid #003087 !important;
}

.cpc-block-quote__icon svg {
    fill: #EFF6FF !important;
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
    .flex-container {
        flex-direction: column;
        align-items: normal;
        gap: 2rem;
    }
        .download-container{
        margin-bottom: -4rem;
    }
}

@media (max-width: 47.9375rem) {
    .flex-container {
        flex-direction: column;
        align-items: normal;
        gap: 1.5rem;
    }

    .img-flex {
        flex-direction: column;
        gap: 1.5rem;
        align-items: start;
    }

    .download-title {
        margin-bottom: 1rem;
    }

    .download-container{
        margin-bottom: -4rem;
    }
}