.productsPage .contentSection div.topic.timelineAgent{
    height: 18em;
}

    .productsPage .contentSection div.topic.timelineAgent img {
        width: 30vw;
        margin: 1em;
        padding: 1em;
        background-color: white;
        border-radius: .5em;
        border: 1px solid green;
        position: relative;
        }

    div.productsPage div.contentSection img {
        padding: 1em;
        border: 1px solid black;
    }