.image-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 6px;
    width: 100%;
}

.image-col {
    width: 50%;
}


.image-col > img {
    width: 100%;
    height: auto;
}
