.ccg-resp-imgs {
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.ccg-resp-imgs > div {
    padding: 5px;
}

.ccg-resp-imgs p {
    font-size: 90%;
    font-style: italic;
    text-align: center;
}
