﻿.other-results {
    padding: 0 15px 25px 15px;
}

    .other-results .institutional-content {
        margin-bottom: 25px;
    }

@media screen and (min-width: 768px) {
    .other-results {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 1.683% 25px 1.683%;
    }

        .other-results .institutional-content {
            width: 49.24%;
        }
}
