.top-banner-section {
  background: center top / auto 100% no-repeat url(../img/nc-banner-bg.jpg);
}
.main-section {
  background-color: #f3f3f3;
}

.contents-news-entry {
  padding: 2rem 0;
  transition: all 0.5s ease;
}
.contents-news-entry:hover {
  background-color: #fff;
}
.contents-news-entry .row {
  margin: 0 -8px;
  align-items: center;
  flex-wrap: nowrap;
}
.contents-news-entry .row > div {
  padding: 0 8px;
}
.contents-news-entry .date-wrapper {
  flex: 0 0 8%;
}
.contents-news-entry .image-wrapper {
  flex: 0 0 20%;
}
.contents-news-entry .content {
  flex: 1 0 54%;
  min-width: 0;
  align-self: flex-start;
}
.contents-news-entry .button-wrapper {
  flex: 0 0 17%;
  margin-left: auto;
  text-align: center;
}
.contents-news-entry .date {
  font-size: 30px;
}
.contents-news-entry:hover .date {
  color: #15499a;
}
.contents-news-entry .year {
  font-size: 18px;
}
.contents-news-entry:hover .year {
  color: #15499a;
  font-size: 18px;
}
.content .title {
  font-size: 22px;
  padding-bottom: 1rem;
}
.contents-news-entry:hover .title a {
  color: #15499a;
}
.content .desc {
  font-size: 15px;
  color: #333;
  line-height: 30px;
}
.contents-news-entry .image-wrapper img {
  width: 100%;
  height: 145px;
  object-fit: scale-down;
}
.contents-news-entry .btn-more {
  color: #fff;
  background-color: #bebebe;
  padding: 0.75rem 1.5rem;
}
.contents-news-entry:hover .btn-more {
  background-color: #1a9d4e;
}
@media only screen and (max-width: 767px) {
  .contents-news-entry {
    padding: 1rem 0;
  }
  .contents-news-entry .row {
    flex-wrap: wrap;
  }
  .contents-news-entry .row > div + div {
    margin-top: 1rem;
  }
  .contents-news-entry .row > div {
    flex: 0 0 100%;
  }
  .contents-news-entry .image-wrapper img {
    height: 280px;
  }
}

@media only screen and (max-width: 575px) {
  .contents-news-entry .image-wrapper img {
    height: 240px;
  }
}
