.image-garally {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.image-garally li {
    list-style: none;
}

.image-garally img {
    display: block;
    width: auto;
    height: 300px;
    margin: 0 auto;
    object-fit: contain;
}

figcaption {
    margin-top: 8px;
    font-size: 0.9rem;
    text-align: center;
}

.case-sample img {
    width: auto;
    width: 340px;
 }

 .case-sample {
    text-align: center;
 }
