@media screen and (max-width: 767px) {
    .honorlist-wrapper {
        width: 100% !important;
        margin: 10px auto !important;
    }

    .honorlist-container {
        padding: 10px !important;
    }
}

.honorlist-wrapper {
    width: 1400px;
    margin: 20px auto;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: flex-start;*/
}

.honorlist-container {
    width: 100%;
    padding: 30px 10px;
}

.honorlist-content-container {
    padding: 12px;
    font-size: 16px;
    line-height: 2.5;
    border: 1px solid #DDD;
    border-top: none;
    min-height: 400px;
}