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

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