.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}

.image-container img {
    width: 600px;
    height: auto;
    margin-bottom: 20px;
}
