.banner-bg-image::before {
    content: '';
    background: linear-gradient(0deg, rgba(7, 42, 80, 0) 0%, rgba(7, 42, 80, 0.9) 44.71%) !important;
}
.home-featured-posts {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 57.69%, rgba(7, 42, 80, 0.4) 100%);
    backdrop-filter: blur(2px);
    border-radius: 50px;
    padding: 2.604vw 5.208vw;
}
.featured-posts-layout {
  	display: grid;
  	grid-template-columns: 1fr 2fr;
  	gap: 3.906vw;
  	align-items: stretch;
  	direction: ltr;
}
.featured-posts-layout .post-author-info .meta-seprator {
    color: #7AA9D0;
}
.left-column {
  	display: flex;
  	flex-direction: column;
  	gap: 20px;
}
.small-post {
  	display: flex;
  	flex-direction: row-reverse;
  	overflow: hidden;
    /*height: 8.75vw;*/
    height: 8.75vw;
  	min-height: 8.75vw;
}
.small-post-image {
  	max-width: 10.417vw;
  	height: auto;
  	overflow: hidden;
}
.small-post-image img {
  	width: 10.417vw;
  	height: 8.75vw;
  	object-fit: cover;
  	border-radius: 0 4px 4px 0;
    background: #00000033;
    box-shadow: 0px 4px 40px 0px #9E9E9E40;
}
.small-post-content {
  	padding-right: 20px;
  	flex: 1;
  	display: flex;
    gap: 5px;
  	flex-direction: column;
  	justify-content: center;
}
.small-post-content .post-title {
  	font-size: 1.146vw;
  	font-weight: 500;
    color: #fff;
    margin: 0;
}
.small-post-content .white-lable, 
.small-post-content .blur-lable {
    font-size: 16px;
    font-weight: 400;
  	color: #ffffff;
    padding: 4px 15px;
    border-radius: 22px;
    display: inline-block;
    backdrop-filter: blur(8px);
    box-shadow: 0px 4px 5px 0px #0000001A;
    box-shadow: 0px 4px 10px 0px #FFFFFF1A inset;
}
.small-post-content .post-author, 
.small-post-content .post-date {
  	font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.right-column .big-post {
  	overflow: hidden;
  	display: flex;
  	flex-direction: column;
  	height: 100%;
}
.big-post-image {
  	width: 100%;
/*  	aspect-ratio: 16/9;*/
  	overflow: hidden;
}
.big-post-image img {
    width: 100%;
    height: 20.833vw;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
    /*box-shadow: 0px 4px 40px 0px #9E9E9E40;
    background: #00000033;*/
}
.big-post-content {
    display: grid;
    gap: 5px;
  	padding: 20px 30px 0 20px;
}
.big-post-content .post-category {
  	background: #007c91;
  	color: #fff;
  	font-size: 0.9rem;
  	padding: 6px 14px;
  	border-radius: 20px;
  	display: inline-block;
  	margin-bottom: 12px;
}
.big-post-content .post-title {
  	font-size: 1.667vw;
  	font-weight: 700;
  	color: #fff;
    margin: 0;
}
.big-post-content .post-author, 
.big-post-content .post-date {
  	font-size: 16px;
    font-weight: 400;
  	color: #fff;
    margin-bottom: 0;
}
.featured-posts-layout .post-title:hover {
    color: #7AA9D0;
}
.featured-posts-layout.rtl-layout {
  	direction: rtl;
  	grid-template-columns: 1.8fr 1.2fr;
}
.featured-posts-layout.rtl-layout .left-column {
  	order: 2;
}
.featured-posts-layout.rtl-layout .right-column {
  	order: 1;
}
.featured-posts-layout.rtl-layout .small-post {
  	flex-direction: row;
}

.featured-posts-layout.rtl-layout .small-post-content,
.featured-posts-layout.rtl-layout .big-post-content {
  	text-align: right;
}
.md-block {
    display: none;
}
.md-none {
    display: block;
}

.post-author-info .expert-circle {
    width: 22px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .banner-bg-image::before {
        background: linear-gradient(0deg, rgba(7, 42, 80, 0) 0%, rgba(7, 42, 80, 0.9) 0%) !important;
    }
    .featured-posts-layout {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .small-post {
        height: 120px;
        min-height: 130px;
    }
    .small-post-image {
        max-width: 120px;
        height: auto;
        overflow: hidden;
    }
    .small-post-image img {
        width: 120px;
        height: 130px;
    }
    .big-post-image {
        max-width: 100%;
        height: 200px;
    }
    .big-post-image::before {
        content: '';
        background: #00000033;
        box-shadow: 0px 4px 40px 0px #9E9E9E40;
    }
    .big-post-image img {
        width: 100%;
        height: 200px;
        border-radius: 4px 4px 0 0;
    }
    .big-post-content {
        padding: 0;
        background: #FFFFFF0D;
        backdrop-filter: blur(5px);
    }
    .big-post-content {
        display: flex;
        border-radius: 0 0 4px 4px;
        padding: 10px 15px;
        flex-flow: column;
        gap: 5px;
    }
    .big-post-content .post-title {
        font-size: 22px;
        font-weight: 500;
    }
    .small-post-content .post-title {
        font-size: 18px;
        font-weight: 400;
    }
    .big-post-content .post-author, 
    .big-post-content .post-date,
    .small-post-content .post-author, 
    .small-post-content .post-date {
        font-size: 14px;
    }
    .home-featured-posts {
        background: none;
        backdrop-filter: 0;
        border-radius: 0;
        padding: 0;
    }
    .big-post-image .cate-icon img {
        height: auto;
    }
    .big-post .post-item .blur-lable {
        position: absolute;
        right: 15px;
        height: 26px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .small-post-content .white-lable, .small-post-content .blur-lable {
        font-size: 14px;
        height: 26px;
        display: flex;
        align-items: center;
        max-width: fit-content;
    }
    .md-block {
        display: block;
    }
    .md-none {
        display: none;
    }
}