.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%;
}

.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 .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;
}

.Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100px;
}

.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;
}


/* ====================== 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;
    }
}

@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: 18px;
    }

    .Count_Boosting .Count_Boosting_cards .right_div .colored_div .text_div .div_number {
        font-size: 35px;
    }
}

@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;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .Count_Boosting .Count_Boosting_cards .right_div .colored_div {
        height: 200px;
    }
}