.article.medium-4.columns > div {
    background-color: #fff;
    padding: 30px 25px;
}

.article.medium-4.columns {
    margin-bottom: 60px;
}

.news .article {
    padding-bottom: 0;
    margin-bottom: 0;
}

#page-2 .news-list-view {
    padding-top: 30px;
    padding-bottom: 30px;
}

#page-2 .news-list-view > .row > a {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
}

#page-2 .news-list-view .row > h2 {
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

#page-2 .header h2 {
    text-align: left;
    text-transform: none;
    margin-bottom: 20px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#page-2 .header h2, #page-2 .article p {
    color: #3e3d40;
}

#page-2 .news-list-date {
    display: block;
    color: #5389c2;
    font-size: 16px;
    margin-bottom: 15px;
}

#page-2 .news-list-view .link-bttn {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 640px) {
    .newswrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .newswrap .article.medium-4.columns > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
    }

    #page-2 .news-list-view .link-bttn {
        width: 200px;
    }
}