.image-container {
    display: flex;
    justify-content: space-between;
}

.image-container img {
    max-width: 45%;
    height: auto;
}
