.jasmandi-recent-posts-block {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px !important;
    margin: auto;
    margin-block-start: 40px !important;
    margin-block-end: 60px !important;
    gap: 40px;
}

.jasmandi-recent-posts-block a:first-child {
    height: 100%;
    width: 100%;
}

.jasmandi-recent-post-image-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
}

.jasmandi-recent-post {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 300px;
    min-width: 300px;
    max-width: 1fr;
    box-sizing: border-box;
    margin-bottom: 0;
    border-radius: 10px;
}

.jasmandi-recent-post-image-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eee;
    border-radius: 10px;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jasmandi-recent-post img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    display: block;
    background: #eee;
}

.jasmandi-recent-post-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.jasmandi-recent-post h3 {
    margin: 0;
    font-size: 23px;
}

.jasmandi-recent-post a {
    text-decoration: none;
    color: inherit;
}
