.download_cta_section {
    padding: 1.75rem 0;
    position: relative;
    background-color: #FFFFFF;
}

.download_cta_container .prev_btn,
.download_cta_container .next_btn {
    position: absolute;
    transform: translateY(-50%);
    top: calc(218 / 520 * 100vw);
    width: 3.75rem;
    height: 6.25rem;
    background-color: RGBA(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    border: medium none;
    transition: all 0.5s ease;
    z-index: 1;
    cursor: pointer;
}

.download_cta_container .prev_btn svg {
    transform: rotate(0deg);
}

.download_cta_container .prev_btn:hover,
.download_cta_container .next_btn:hover {
    background-color: #FFFFFF;
}

.download_cta_section .small_container {
    max-width: 68.125rem;
}

.download_cta_section .download_cta_section_inner {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.download_cta_section .download_cta_section_left {
    width: 100%;
    max-width: 30.625rem;
    margin-left: auto;
    margin-right: auto;
}

.download_cta_section .download_cta_section_left img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

.download_cta_section .download_cta_section_right {
    width: 100%;
    text-align: center;
}

.download_cta_section .download_cta_section_right_heading {
    color: #0D394E;
    font-size: 2.25rem;
    font-weight: 700 !important;
    margin-bottom: 0.75rem;
}

.download_cta_section .download_cta_section_right_content {
    color: #0D394E;
    font-size: 1rem;
    margin-bottom: 1.125rem;
}

.download_cta_section .download_cta_section_right_content>*:first-child {
    margin-top: 0;
}

.download_cta_section .download_cta_section_right_content>*:last-child {
    margin-bottom: 0;
}

.download_cta_section .download_cta_section_right_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.download_cta_section .slider_control {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    z-index: 3;
}

.download_cta_section .slider_control .control_icon {
    display: block;
    margin: 0 auto;
}

.download_cta_section .slider_control .control_icon.play_icon {
    position: relative;
    left: 0.125rem;
}

.download_cta_section .slider_control .play_pause_slider {
    padding: 0.3125rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    border: medium none;
    cursor: pointer;
    transition: all 0.5s ease;
    background-color: #0D394E;
    color: #FFFFFF;
}

.download_cta_section .slider_control .play_pause_slider:hover {
    background-color: #5EA4DE;
    color: #000000;
}

@media (min-width: 576px) {

    .download_cta_container .prev_btn,
    .download_cta_container .next_btn {
        top: 218px;
    }
}

@media (min-width: 768px) {
    .download_cta_section .download_cta_section_inner {
        column-gap: 2.75rem;
    }

    .download_cta_section .download_cta_section_right_heading {
        font-size: 2.5rem;
    }

    .download_cta_section .download_cta_section_left,
    .download_cta_section .download_cta_section_right {
        width: calc(50% - 1.375rem);
    }

    .download_cta_section .download_cta_section_inner.media_right {
        flex-direction: row-reverse;
    }

    .download_cta_section .download_cta_section_right {
        text-align: left;
    }

    .download_cta_section .download_cta_section_right_list {
        align-items: flex-start;
    }

    .download_cta_section .download_cta_section_right_content {
        margin-bottom: 1.5rem;
    }

    .download_cta_container .prev_btn,
    .download_cta_container .next_btn {
        top: 50%;
    }
}

@media (min-width: 992px) {
    .download_cta_section {
        padding: 2.5rem 0;
    }

    .download_cta_section .download_cta_section_inner {
        column-gap: 3.5rem;
    }

    .download_cta_section .download_cta_section_left,
    .download_cta_section .download_cta_section_right {
        width: calc(50% - 1.75rem);
    }
}

@media (min-width: 1200px) {
    .download_cta_section .download_cta_section_inner {
        column-gap: 4.5rem;
    }

    .download_cta_section .download_cta_section_right_heading {
        font-size: 2.75rem;
    }

    .download_cta_section .download_cta_section_left,
    .download_cta_section .download_cta_section_right {
        width: calc(50% - 2.25rem);
    }

    .download_cta_section .download_cta_section_right_content {
        margin-bottom: 2rem;
    }

    .download_cta_container .next_btn {
        right: -3.75rem;
    }

    .download_cta_container .prev_btn {
        left: -3.75rem;
        right: auto;
    }
}

@media (min-width: 1360px) {
    .download_cta_section .download_cta_section_inner {
        column-gap: 5.625rem;
    }

    .download_cta_section .download_cta_section_left,
    .download_cta_section .download_cta_section_right {
        width: calc(50% - 2.8125rem);
    }
}