.simple-image {
    width: 100%;
    height: 475px;
    overflow: hidden;
    border-radius: 32px;
}

.simple-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:1024px) {
    .simple-image {
        width: 100%;
        height: 221px;
        overflow: hidden;
        border-radius: 16px;
    }
}