.content_card_box {
    display: flex;
    flex-direction: row;
    position: relative;
}
.card_content_box {
    position: absolute;
    right: 0;
}
.image-card-box{
    display: flex;
    justify-content: center;
    align-items: center;

}
.card_content_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: end;
    height:100%;
    min-height:100% !important;
}

.card_content_box .featured-label {
    width: 150px;
}

section.featured-card-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%!important;
}
.featured_image_wrapper{
    display: flex;
    max-height: 450px;
}
.featured-right-wonder{
    position: absolute;
    right: -30px;
    top: -34px;
}
.featured-left-wonder{
    position: absolute;
    left: -30px;
    bottom: 0px;
}
@media only screen and (max-width: 1200px) and (min-width: 1025px){
    .content{
        margin-top:10px;
    }
    .featured-card-wrapper .card_content_box {
       height: auto!important;
    }
    .card_content_box {
        gap: 0px!important;
    }
.featured-card-wrapper .card_content_box .featured-label {
    padding: 10px 40px 10px 10px!important;
}
.featured-card-wrapper .card_content_box h3.card_title {
    font-size:14px!important;
}
    .blog-top-header {
        height:500px!important;
    }
}
@media only screen and (max-width: 767px) and (min-width: 400px) {
    .card_content_box .featured-label {
        width:120px;
    }
}
@media only screen and (max-width: 1024px){
  .content{
      margin-left: 4%;
  }

}
@media only screen and (max-width: 400px) {
    .content{
        margin-left: 18px;
    }
    .featured-right-wonder{
        position: absolute;
        right: -20px;
        top: -24px;
        width: 20%;
    }
    .featured-left-wonder {
        position: absolute;
        left: -20px;
        bottom: 0px;
        width: 12%;
    }
}
