.Exchange_Programs {
    background: transparent linear-gradient(0deg, #ac294445, #6619282f 18%, #ffffff1a) 0 0 no-repeat padding-box;
    margin: 30px 0;
    padding: 40px;
    position: relative;
}

.Exchange_Programs .col_header .col_title {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 40px;
    color: #000;
    text-align: center;
}

.Exchange_Programs .red_bg_div {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.Exchange_Programs .red_bg_div .bg_img_holder .red_bg_img {
    height: 100%;
    width: 100%;
}

.Exchange_Programs .red_bg_div .content_div {
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Exchange_Programs .red_bg_div .content_div .exchange_text {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: center;
}

.Exchange_Programs .red_bg_div .content_div .yellow_text {
    color: #ffd500;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
}

.Exchange_Programs .red_bg_div .content_div .white_bold_text {
    color: #fff;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}

.Exchange_Programs .red_bg_div .content_div .btn_holder {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.White_Btn {
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 3px 6px #00000029;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    padding: 0px;
    position: relative;
    width: 150px;
}

.White_Btn .icon_holder {
    align-items: center;
    background: transparent;
    border-radius: 5px;
    display: flex;
    height: 38px;
    justify-content: center;
    transition: .3s;
    width: 0;
}

.White_Btn .icon_holder .icon {
    color: #ac2944;
    display: none;
    font-size: 14px;
}

.White_Btn:hover .icon_holder .icon {
    display: block;
}

.White_Btn:hover .icon_holder {
    width: 25px;
}

.White_Btn:hover {
    padding: 0 10px 0 0;
}

.White_Btn .btn_text {
    color: #ac2944;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
}


.Exchange_Programs .left_side_section {
    left: -62px;
    position: absolute;
    top: 18px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.Exchange_Programs .left_side_section .outer_div {
    background: linear-gradient(270deg, #ce9b51 70%, transparent 0);
    border-radius: 0 12px 12px 0;
    margin-bottom: 15px;
    padding: 5px;
    width: fit-content;
}

.Exchange_Programs .left_side_section .outer_div .img_holder {
    height: auto;
    position: relative;
    width: 197px;
}

.Exchange_Programs .left_side_section .outer_div .img_holder .img {
    border-radius: 7px;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.Exchange_Programs .left_side_section .outer_div .red_div {
    background: linear-gradient(180deg, #e5345c, #792358) !important;
    border-radius: 7px 7px 0 0;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.Exchange_Programs .left_side_section .outer_div .red_div .white_text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.Exchange_Programs .right_side_card {
    background-image: url("/public/assets/images/home/exchange_program/download.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 3px 6px #00000029;
    padding: 20px;
    position: absolute;
    right: -460px;
    top: 81px;
}

.Exchange_Programs .right_side_card .dear_text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.Exchange_Programs .right_side_card .black_bold_text {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 2px;
}

.Exchange_Programs .right_side_card .bottom_text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.Exchange_Programs .right_side_card .dear_text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.Exchange_Programs .right_side_card .last_text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.Exchange_Programs .right_side_card .btn_holder {
    margin-top: 10px;
}


/* ================== Media Queries ================== */

@media (min-width:0px) and (max-width:767px) {
    .Exchange_Programs .left_side_section {
        position: unset;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .Exchange_Programs .right_side_card {
        position: unset;
    }

    .Exchange_Programs .bg_img_holder {
        margin-bottom: 20px;
    }

    .Exchange_Programs .red_bg_div .content_div {
        left: 0;
        right: 0;
        top: 0;
        transform: none;
        /* bottom: 0; */
    }

    .Exchange_Programs .left_side_section .outer_div {
        background: linear-gradient(270deg, #ce9b51 100%, transparent 0);
        border-radius: 12px;
    }

    .Exchange_Programs .red_bg_div .content_div .white_bold_text {
        font-size: 17px;
    }

    .Exchange_Programs .red_bg_div .content_div .exchange_text {
        font-size: 15px;
    }

    .Exchange_Programs .right_side_card .black_bold_text {
        font-size: 20px;
    }

    .Exchange_Programs .right_side_card .bottom_text {
        font-size: 14px;
    }

    .Exchange_Programs {
        padding: 15px 0px;
    }

    .Exchange_Programs .col_header .col_title {
        font-size: 22px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .Exchange_Programs {
        padding-bottom: 280px;
    }

    .Exchange_Programs .red_bg_div {
        margin: 0 auto;
    }

    .Exchange_Programs .red_bg_div .content_div .white_bold_text {
        font-size: 29px;
    }

    .Exchange_Programs .right_side_card {
        bottom: -232px;
        right: 5px;
        top: auto;
    }

    .Exchange_Programs .right_side_card .black_bold_text,
    .Exchange_Programs .right_side_card .red_bold_text {
        font-size: 25px;
    }

    .Exchange_Programs .right_side_card .bottom_text {
        font-size: 15px;
    }

    .Exchange_Programs .left_side_section .outer_div .img_holder {
        width: 183px;
    }

    .Exchange_Programs .left_side_section {
        left: -42px;
    }

    .Exchange_Programs .left_side_section .outer_div {
        background: linear-gradient(270deg, #ce9b51 78%, transparent 0);
    }

    .Exchange_Programs .col_header .col_title {
        font-size: 25px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .Exchange_Programs {
        padding-bottom: 280px;
    }

    .Exchange_Programs .red_bg_div {
        margin: 0 auto;
    }

    .Exchange_Programs .red_bg_div .content_div .white_bold_text {
        font-size: 29px;
    }

    .Exchange_Programs .right_side_card {
        bottom: -232px;
        right: 5px;
        top: auto;
    }

    .Exchange_Programs .right_side_card .black_bold_text,
    .Exchange_Programs .right_side_card .red_bold_text {
        font-size: 25px;
    }

    .Exchange_Programs .right_side_card .bottom_text {
        font-size: 15px;
    }

    .Exchange_Programs .col_header .col_title {
        font-size: 30px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .Exchange_Programs .red_bg_div {
        margin-left: 16px;
    }

    .Exchange_Programs .right_side_card {
        right: -420px;
    }

    .Exchange_Programs .right_side_card .black_bold_text,
    .Exchange_Programs .right_side_card .red_bold_text {
        font-size: 25px;
    }

    .Exchange_Programs .right_side_card .bottom_text {
        font-size: 15px;
    }
}