<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.veterans {
    flex-direction: row!important;
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: space-around!important;
}

.veterans&gt;.veteran {
    flex-basis: 300px;
    justify-content: center;
    margin-bottom: 25px;
}
.veteran&gt;.vet-img&gt;.img-link&gt;.img {
    width: 232px;
    height: 300px;
    background-size: cover;
    margin: 0 auto;
}

.veteran&gt;.vet-caption {
    flex-basis: 300px;
    height: 150px;
}</pre></body></html>