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

.image-row img {
    width: calc(20% - 10px); /* Adjust the width to fit 5 images with some spacing */
    margin: 0 5px; /* Add some spacing between images */
    height: auto; /* Maintain the aspect ratio */
}