.block-image  {
    margin-top: 50px;
}

.block-image img {
    border-radius: 40px;
    width: 100%;
    height: auto;
    max-height: 44vh;
    object-fit: cover;
}