.news .news-item-area {
  margin-bottom: 3rem;
}

.news .news-item-area .news-item {
  position: relative;
  border-bottom: 3px dotted #dbd38d;
  margin: 1rem 0;
  padding-bottom: 1rem;
}

.news .news-item-area .news-item:nth-child(even) {
  border-bottom: 3px dotted #8dd0db;
}

.news .news-item-area .news-item .date {
  font-size: 15px;
  color: #2f7e8b;
  margin-bottom: 0.5rem;
}

.news .news-item-area .news-item .title {
  padding-right: 2rem;
}

.news .news-item-area .news-item .title a {
  font-size: 18px;
  color: #2f4843;
}

.news .news-item-area .news-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 26px;
  background-image: url("/assets/images/news-list-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news .news-item-area .news-item:hover:after {
  opacity: 1;
}

.news-de .news-detail-area .title {
  font-size: 25px;
  font-weight: 500;
  color: #2f4843;
  border-bottom: 1px dotted #dbd38d;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .news-de .news-detail-area .title {
    font-size: 20px;
  }
}

.news-de .news-detail-area .date {
  font-size: 15px;
  color: #2f7e8b;
}
