#case-list #innerpage-blogs li:nth-child(1) .wp-block-group.relative, #case-list #innerpage-blogs li:nth-child(1) .wp-block-group.info-block {
    flex-basis: 50%;
}

#case-list #innerpage-blogs li:nth-child(1) .wp-block-group.relative, #case-list #innerpage-blogs li:nth-child(1) .wp-block-group.info-block {
	align-content: center;}


#case-list .blog-container ul{display: grid ; grid-template-areas: auto; gap: 3rem 2rem; 
grid-template-areas: "a a a"
"b c d"
"e f g"  
}
#case-list .blog-container ul li:nth-child(1) {grid-area: a; display: flex ; flex-direction:row-reverse; padding-bottom: 3rem; gap: 5%;}
#innerpage-blogs li:nth-child(1) .info-block .wp-block-post-date{position: relative; color: var(--golden); padding-left: 0; padding-bottom: 0; margin-bottom: 0;font-size:1.625rem;left: 0;
    padding-bottom: 10px;display: flex;}
#innerpage-blogs .blog-container li .info-block {position: relative;}
#innerpage-blogs li:nth-child(1) .info-block h2 a{font-size:2.5rem;}
#innerpage-blogs li:nth-child(1) .info-block .is-content-justification-right{justify-content: flex-start;}
.breadcrumb{position:relative;z-index:1;}

#innerpage-blogs li:nth-child(1) .img-sec .wp-block-post-date{display:none !important;}


#case-list::before {

  height: var(--before-height);
  content: "'";
    display: block;
    background-image: url('https://mca.co.in/wp-content/uploads/2025/05/grey-bg.webp');
    width: 100%;
    position: absolute;
    left: 0;
   z-index:0;
}



div#case-list::before {
  
}

#case-list .date-dub{display:none;}


@media screen and (max-width:781px){
    
         #case-list .blog-container li:nth-child(1) .wp-block-group.alignfull.is-layout-flow.wp-block-group-is-layout-flow {
       padding: 5% 0%;
    }
    
    #case-list .blog-container ul li:nth-child(1) {grid-area: unset;    padding-bottom: 0;}
    #case-list #innerpage-blogs ul {
        grid-template-columns: 1fr;
        grid-template-areas: unset;
    }
    
   #case-list .blog-container ul li:nth-child(1){gap: 0;grid-area: unset;flex-direction:column;}
    #innerpage-blogs li:nth-child(1) .info-block .wp-block-post-date {
    position: absolute;
    color: var(--white);
    font-size: var(--normal-text);
    padding: .5rem 1rem;
    margin: 0px 0px 15px;
}
    #innerpage-blogs li:nth-child(1) .info-block h2 a {
    font-size: 1.125rem}
   /* #innerpage-blogs li:first-child figure{min-height:190px;}*/
	#innerpage-blogs li:nth-child(1) .img-sec .wp-block-post-date {
    display: block !important;
}
    #innerpage-blogs li:nth-child(1) .info-block .wp-block-post-date{display:none;}
    #innerpage-blogs li:nth-child(1) .info-block .is-content-justification-right {justify-content: right;        margin: 0}
    #innerpage-blogs .blog-container li .info-block .wp-block-post-date{display:none;}
    
    .service-breadcrumb{display:none;}
}

