.image-container {
    /* width: 20rem; */
    display: flex;
    flex-direction: column;

    width: 100%;

    margin: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.image {
    border-radius: 10px;

    width: min(30rem, 100%);
    height: auto;
}