/* .container-wrapper {
    border: 1px solid red;
}
div.page-heading {
    border: 1px solid red;
    max-width: 1140px;
}
div.middle-container.press-room-article {
    border: 1px solid red;
} */

.press-room-article .award-images {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.press-room-article .award-images a {
    text-align: center;
    text-decoration: none;
    color: #555;
    margin-bottom: 30px;
}
.press-room-article .award-images a:hover {
    text-decoration: none;
}
.press-room-article .award-images a img {
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .press-room-article .award-images {
        /* flex-direction: column; */
    }
    .press-room-article .award-images a {
        flex: 1 0 100%;
    }
}
