

.block-image {
    width: 100%;
    height: 300px; 
    object-fit: cover;
}

.block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}