.content-page .news-wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 -10px;
}
@media screen and (min-width: 568px) {
  .content-page .news-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .content-page .news-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.content-page .news-wrap .news-item .news-pic-wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .content-page .news-wrap .news-item .news-pic-wrap {
    width: 100%;
    height: 250px;
    margin: 0;
  }
}
.content-page .news-wrap .news-item .news-pic-wrap .news-img {
  width: 100%;
  height: auto;
}
.content-page .news-wrap .news-item .news-text {
  width: 100%;
  font-size: 14px;
  padding: 10px;
}
.content-page .news-wrap .news-item .news-text .news-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
.content-page .news-wrap .news-item .news-text p {
  margin-bottom: 10px;
  text-align: justify;
  line-height: 26px;
}
.content-page .news-wrap .news-item .news-text .read-more {
  text-align: right;
  padding-top: 20px;
}
.content-page .news-wrap .news-item .news-text .read-more .read-more-link {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.content-page .pagination {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .content-page .pagination {
    padding: 60px 0;
  }
}
.content-page .pagination li {
  list-style: none;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin: 0 5px;
}
.content-page .pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.content-page .pagination li.prev {
  margin-right: auto;
}
.content-page .pagination li.prev a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.content-page .pagination li.prev a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/templates/kss_template/images/icon/kss-arrow-next.svg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.content-page .pagination li.next {
  margin-left: auto;
}
.content-page .pagination li.next a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.content-page .pagination li.next a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/templates/kss_template/images/icon/kss-arrow-next.svg);
}

/*# sourceMappingURL=news-rubric.css.map */
