.img-box {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    height: 215px;
    aspect-ratio: 1.5;

    img {
        width: 100%;
    }
}

.img-box-border {
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;
    padding: 5px;
}
