
.post-listing .elementor-posts-container{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:30px;
align-items:start;
}

.post-listing article:first-child {
grid-row:span 2;
height: 100%;
}
.post-listing article:first-child  a {
height:100%;
}

.post-listing article{
background:transparent;
padding:0;
margin:0;
}

.post-listing .elementor-post__thumbnail{
/* margin-bottom:18px !important; */
overflow:hidden;
height: 102%;
display: flex;
align-items: center;
justify-content: center;
}

.post-listing .elementor-post__thumbnail img{
width:100%;
object-fit:cover;
}

.post-listing article:first-child .elementor-post__thumbnail img{
height:;
}

.post-listing article:not(:first-child) .elementor-post__thumbnail img{
height: 100%;
display: block;
}

.post-listing .elementor-post__text{
text-align:center;
padding:0 10px;
display: flex;
align-items: center;
}

.post-listing .elementor-post__title{
font-size:18px;
line-height:1.5;
font-weight:400;
margin:0;
}

.post-listing article:first-child .elementor-post__title{
font-size:24px;
}
