.page_hero .back {
    position: relative;
}
.post_details {
    display: flex;
    gap: 20px;
    margin-top: 73.22px;
}
.post_content {
    width: 40%;
}
.post_img {
    width: 60%;
    position: relative;
}
.post_img .wp-post-image {
    border-radius: 25.249px;
    width: 100%;
    display: block;
    object-fit: cover;
        max-width: 530px;
    height: auto;
    position: relative;
    z-index: 1;
}
.post_content .post_date {
    color: #F3F7A8;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: block;
}
.post_content .title {
    color: #FFF;
    margin: 0;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
.post_content .description, .post-content .description {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 412px;
}
.post_content {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.post_details .blog_shadow_img {
    position: absolute;
    right: -95.82px;
    top: -216px;
}
.inner_data, .inner_data img.post_img {
    position: relative;
    display: block;
}
.inner_data img.post_img {
    display: block;
    object-fit: cover;
    width: 100%;
}
.inner_post_info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 29px 19px 21px 22px;
    z-index: 1;
}
.inner_post_info .post_date {
    color: #F3F7A8;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.inner_post_info .post_info {
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: space-between;
    gap: 17px;
    border-radius: 24px;
    background: #F3F7A8;
    padding: 18px 13px 16px 19px;
    min-height: 113px;
}
.inner_post_info .post_info h2 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
.inner_post_info .post_info .icon, .inner_post_info .post_info .icon svg {
    display: block;
}
.swiper-slide:hover .inner_post_info .post_info {
    background: #CDFF44;
}
.inner_card {
    border-radius: 30px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.35);
    overflow: hidden;
}
.inner_data::before {
    content: '';
    background: linear-gradient(180deg, #000 5.09%, rgba(0, 0, 0, 0.00) 67.13%);
    height: 91px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.swiper-navigation-wrapper {
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: right;
    margin-right: 141px;
    margin-top: 37px;
    gap: 20px;
}
.you-might-like .swiper_arrow {
    width: 56px;
    height: 56px;
    background-color: #767676;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
    cursor: pointer;
    color: #1C1C1B;
    position: static;
    margin-top: 0;
}
.you-might-like .swiper-button-next:after, 
.you-might-like .swiper-button-prev:after {
    font-size: 26px;
    font-weight: bold;
}
.you-might-like .title {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    margin-bottom: 23px;
}
.you-might-like {
    margin-top: 115px;
}
.post-lists {
    padding-left: 141px;
}
.post-content .description {
    max-width: 100%;
    margin-top: 50px;
    position: relative;
}
.post-content img {
    border-radius: 15px;
}
.post-content a {
    color: #CDFF44;
    text-decoration: none;
}



@media(min-width: 768px){
.top_stories {
    display: none;
}
}

@media(min-width: 1600px){
.post_content .post_date, .post_content .description, .post-content .description {
    font-size: 18px;
    line-height: 30px;
}
.you-might-like .title {
    font-size: 28px;
    line-height: 28px;
}
}

@media(max-width: 1400px){
.post-lists {
    padding-left: 102px;
}
.post_details .blog_shadow_img {
    right: 0;
}
}

@media(max-width: 1300px){
.post-lists {
    padding-left: 74px;
}
}


@media(max-width: 1200px){
.post-lists {
    padding-left: 18px;
}
}


@media(max-width: 991px){
.post_details {
    flex-direction: column-reverse;
}
.post_content, .post_img {
    width: 100%;
}
}

@media(max-width: 767px){
.inner_post_info .post_info {
    padding: 13.27px 9.77px 9.29px 14.19px;
    min-height: 84.901px;
}    
.inner_post_info .post_info h2, .inner-post-info .post-date  {
    font-size: 16.264px;
    line-height: 19.535px;
}
.you-might-like .swiper_arrow {
    width: 77.003px;
    height: 77.003px;
}
.swiper-navigation-wrapper {
    margin-right: 0;
    justify-content: center;
}
.post_details {
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
    gap: 41px;
    margin-top: 35px;
}
.post_details .blog_shadow_img {
    display: none;
}
.top_stories {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    margin-bottom: 14px;
}
.inner_data img.post_img {
    height: 317.816px;
}
}