.Count_Boosting {}

.Count_Boosting .Count_Boosting_cards {}

.Count_Boosting .Count_Boosting_cards .left_img_div {
    position: relative;
    height: 100%;
    border-radius: 15px;
    aspect-ratio: 1/0.8;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.Count_Boosting .Count_Boosting_cards .left_img_div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 15px;
}

.Count_Boosting .Count_Boosting_cards .left_img_div .left_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.Count_Boosting .Count_Boosting_cards .left_img_div .text_overlay {
    position: absolute;
    color: #fff;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.5);
    width: 400px;
}

.Count_Boosting .Count_Boosting_cards .left_img_div .text_overlay .text {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-clip: text;
}


.Count_Boosting .Count_Boosting_cards .right_div .colored_div {
    background: #ffdccc 0% 0% no-repeat padding-box;
    border-radius: 8px;
    height: 240px;
    color: #202020;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    padding: 0 20px;
    position: relative;
}

.Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_icon {
    font-size: 40px;
    position: absolute;
    top: 15px;
}

.Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

.Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_div .div_text {
    font-size: 26px;
    font-weight: 600;
    text-align: right;
}

.Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_div .div_number {
    font-size: 50px;
    font-weight: 800;
}

.common_title .common_main_title {
    font-size: 45px;
    font-weight: 800;
    color: #202020;
    margin-bottom: 10px;
    position: relative;
}

.common_title .common_main_title::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    background: #153b89;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.Count_Boosting .check_btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* ====================== Media Queries ======================= */

@media (min-width: 0px) and (max-width: 574px) {
    .Count_Boosting .Count_Boosting_cards .right_div .colored_div {
        height: 160px;
    }

    .Count_Boosting .Count_Boosting_cards .left_img_div {
        height: 100%;
    }

    .Count_Boosting .Count_Boosting_cards .right_div {
        margin-top: 20px;
    }

    .Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_div {
        /* width: 100%; */
    }

    .Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_div .div_text {
        font-size: 15px;
    }

    .Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_div .div_number {
        font-size: 30px;
    }

    .Count_Boosting .Count_Boosting_cards .left_img_div .text_overlay {
        width: 100%;
    }

    .Count_Boosting .Count_Boosting_cards .left_img_div .text_overlay .text {
        font-size: 27px;
    }

    .Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_icon {
        font-size: 35px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .Count_Boosting .Count_Boosting_cards .right_div .colored_div {
        height: 160px;
    }

    .Count_Boosting .Count_Boosting_cards .left_img_div {
        height: 300px;
        margin-bottom: 20px;
    }

    .Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_div {
        width: 100%;
    }

    .Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_div .div_text {
        font-size: 18px;
    }

    .Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_div .div_number {
        font-size: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .Count_Boosting .Count_Boosting_cards .right_div .colored_div {
        height: 160px;
    }

    .Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_div {
        width: 100%;
    }

    .Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_div .div_text {
        font-size: 15px;
    }

    .Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_div .div_number {
        font-size: 35px;
    }

    .Count_Boosting .Count_Boosting_cards .left_img_div .text_overlay {
        width: 300px;
    }

    .Count_Boosting .Count_Boosting_cards .left_img_div .text_overlay .text {
        font-size: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .Count_Boosting .Count_Boosting_cards .right_div .colored_div {
        height: 180px;
    }

    .Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_div .div_text {
        font-size: 22px;
    }

    .Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_div .div_number {
        font-size: 42px;
    }

    .Count_Boosting .Count_Boosting_cards .left_img_div .text_overlay .text {
        font-size: 37px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .Count_Boosting .Count_Boosting_cards .right_div .colored_div {
        height: 200px;
    }
}