#toprow1,.com-content-article__body {
    width: 1200px;
    padding: 20px;
    margin: auto;
}

.com-content-article__body hr, .content-category {
    display: none;
}

.news-list {
    flex-wrap: wrap;
}

.news-item {
    width: 31%;
    margin: 1%;
    border: 1px solid #ddd;
}

.news-item:hover {
    box-shadow: 0px 5px 5px 0px rgb(35 36 36 / 25%);
}

.news-item-body img {
    width: 100%;
    height: auto;
}

.news-item-body p {
    text-align: center;
    font-size: 16px;
    width: 80%;
    margin: -20px auto 0 auto;
    color: #004884;
    padding-bottom: 10px;
}

.news-item-body .keyword {
    position: relative;
    margin-left: 0;
    padding: 10px 25px;
    bottom: 40px;
    font-style: normal;
}

.news-item-body .keyword:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 40px;
    height: 35px;
    background: #59c1e5;
    border-radius: 50px 0 0 0;
    transform: rotate(-48deg) scale(0.73);
    transition: all 0.5s;
    margin-top: 2px;
}

.load-buttons {
    width: 100%;
    margin: auto;
    text-align: center;
}

.load-more:hover{
    background: #005cb2;
}

.load-more {
    background-color: #004884;
    color: white;
    border: none;
    border-radius: 0.5em;
    padding: 7px 10px;
    margin: 25px 0px;
}

.item-page #news_main img, .keyword-item  {
    display: none;
}


.page-header {display: block !important;}

.prod-news-block {
    width: 18%;
    height: 170px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    margin: 1%;
    border: 1px solid #ccc;
    padding: 10px;
    transition: all 0.5s;
}
.prod-news-block:hover{
    transform: scale(1.1);
    transition: all 0.5s;
    border-bottom: 3px solid;
    z-index: 10;
}
.prod-news-block img {
    width: 100%;
}
.prod-news-block p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

ul {
    list-style: disc;
}

.keyword {
    padding: 0 10px;
    text-decoration: none;
    line-height: 36px;
    color: #fff;
    background: #59c1e5;
    transition: all 0.5s;
    bottom: 36px;
    min-width: 100px;
    margin-left: 45%;
    margin-right: 45%;
    text-align: center;
}
.page-header h1, .page-header h2 {
    text-align: center;
    line-height: 1;
    font-family: 'MuseoSans',sans-serif;
    color: #777;
    font-weight: normal;
}
.prod-news-block {
    width: 18%;
    height: 170px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    margin: 1%;
    border: 1px solid #ccc;
    padding: 10px;
    transition: all 0.5s;
}
.prod-news-block img {
    width: 100%;
}

@media (max-width: 1200px) {
    #toprow1, .com-content-article__body {
        width: auto;
    }
    .com-content-article__body {
        padding: 20px;
    }

    .img-news-full {
        height: auto;
        width: -webkit-fill-available;
    }
}

@media (max-width: 800px) {
    .row {
        flex-wrap: wrap;
    }
    .news-list a {
        width: 46%;
    }
}

@media (max-width: 500px) {
    .news-list a {
        width: 95%;
    }
}