.images {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.images figure {
    flex: 1;
    text-align: center;
}

.images img {
    width: 30% ;
    /* Set the desired width */
    height:auto;
    position:center;
    /* Set the desired height */
    object-fit: cover;
    /* Ensures the image covers the box without distortion */
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.images figcaption {
    margin-top: 8px;
    font-size: 0.9em;
    color: #555;
}

table caption{

        font-size:15px;
    
}