/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.new-section {
  margin-bottom: 100px;
}

.news-item {
  border-top: 1px solid #8d8d8d;
  position: relative;
}
.news-item:after {
  -webkit-transform: translateY(50%);
  content: ">";
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 30%;
  transform: translateY(50%);
}
.news-item:last-child {
  border-bottom: 1px solid #8d8d8d;
}
.news-item a {
  display: block;
  padding: 20px 40px 20px 0;
}

.news-date {
  color: #00913a;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.news-title {
  font-size: 1.6rem;
  line-height: 1.714285714;
}

.news-pagination {
  margin-top: 50;
}

.single-h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

.single-content {
  font-size: 1.6rem;
  line-height: 1.714285714;
  margin-bottom: 100px;
}
.single-content p {
  margin-bottom: 20px;
}
.single-content a {
  color: #00913a;
  text-decoration: underline;
}

.section-single-btn {
  margin-bottom: 100px;
}

.single-btn {
  padding-bottom: 8px;
  padding-top: 8px;
}
/*# sourceMappingURL=sourcemaps/single.css.map */