.images-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    figcaption {
        height: 20px;
    }
}
