article{
    background-image: url(/wp-content/uploads/2023/05/Group-847.png);
    background-position: top;
    background-size: 100%;
    background-repeat: repeat-y;
}
.blog_single_post_featured_image_holder,
.blog_single_post_author_box,
.blog_single_post_highlighted_holder{
    width: 100%;
    max-width: var(--global-width-1);
    margin: auto;
}
.blog_single_post_featured_image{
    width: 100%;
    padding: 15% 20% 0 2%;
}
.blog_single_post_featured_image img{
    border-radius: 20px;
    filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.15));
}
.blog_single_post_author_box{
    margin-top: -12%;
    padding: 0 3% 0 40%;
}
.blog_single_post_meta{
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}
.blog_single_post_date_published{
    text-transform: capitalize;
}
.blog_single_post_author_container{
    padding: 30px 60px;
    background: rgba(254, 254, 254, 0.9);
    border: 2px dashed var(--custom-color-6);
    backdrop-filter: blur(6.5px);
    border-radius: 20px;
}
.blog_single_post_meta .blog_single_post_author{
    font-weight: var(--global-font-weight-600);
    font-size: 20px;
    line-height: 30px;
    color: var(--custom-color-4);
}
.blog_single_post_meta .blog_single_post_date_published{
    font-weight: var(--global-font-weight-400);
    font-size: 16px;
    line-height: 32px;
    color: var(--custom-color-7);
}
.blog_single_post_author_container p{
    font-weight: var(--global-font-weight-400);
    font-size: 16px;
    line-height: 19px;
    color: var(--custom-color-4);
    text-align: justify;
}
.blog_single_post_highlighted_box{
    padding: 20px 20px 20px 20px;
    background: var(--custom-color-4);
    border-radius: 20px;
    z-index: 5;
    position: relative;
}
.blog_single_post_highlighted_box p{
    font-weight: var(--global-font-weight-400);
    font-size: 16px;
    line-height: 19px;
    color: var(--custom-color-2);
    margin-bottom: 20px;
    text-align: justify;
}
.blog_single_post_highlighted_holder{
    padding: 15% 10% 5%;
    position: relative;
    z-index: 2;
}
.blog_single_post_highlighted_holder:before{
    content: url(/wp-content/uploads/2023/05/Rectangle-57-4.png);
    position: absolute;
    left: 3%;
    bottom: 10%;
    z-index: 1;
}
.blog_single_post_content_holder{
    width: 100%;
    max-width: var(--global-width-mob-1);
    margin: auto;
}
.blog_single_post_content{
    padding: 5% 2% 20% 2%;
}
.blog_single_post_content h2{
    font-weight: var(--global-font-weight-800);
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: var(--custom-color-4);
    margin-bottom: 50px;
    margin-top: 80px;
}
.blog_single_post_content p,
.blog_single_post_content ul li{
    font-weight: var(--global-font-weight-600);
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: var(--custom-color-4);
}