.timeline-section {
    width: 100%;
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
}

.timeline-section img {
    width: 188px;
    height: 188px;
    object-fit: cover;
}
