.berita-section{
  position: relative;
  background: #f8f3e6;
}

.berita-section .headline-section .headline-date{
  font-size: 14px;
  color: #8d6e2c;
  margin-bottom: 10px;
  display: block;
}
.berita-section .headline-section .img-headline-wrapper{
  height: 280px;
  margin-bottom: 20px;
  display: block;
}
.berita-section .headline-section .img-headline-wrapper .img-headline{
  max-height: 280px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.berita-section .headline-section .headline-link{
  font-size: 18px;
  color: #121b50;
  font-family: "Cinzel";
  font-weight: bold;
}
.berita-section .news-lists-section .news-list{
  display: flex;
  margin-bottom: 10px;
}

.berita-section .news-lists-section .news-list .news-list-date{
  color: #8d6e2c;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.berita-section .news-lists-section .news-list .news-link{
  color: #121b50;
  font-size: 18px;
  font-family: 'Cinzel';
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.berita-section .news-lists-section .news-list .news-short-content{
  color: #121b50;
  font-size: 14px;

}
.berita-section .news-lists-section .news-list .img-news-list-wrapper{
  margin-right: 10px;
  display: block;
}
.berita-section .news-lists-section .news-list .img-news-list{
  max-height: 155px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  min-width: 200px;
  max-width: 200px;
  height: 100%;
}

.berita-section .news-lists-section .pagination-wrapper{
  display: flex;
  justify-content: center;
}
.berita-section .news-lists-section .pagination-wrapper .page-item .page-link{
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 5px;
  border: 1px solid #c48e31;
  width: 35px;
  text-align: center;
  color: #121b50;
}
.berita-section .news-lists-section .pagination-wrapper .page-item-prev .page-link,
.berita-section .news-lists-section .pagination-wrapper .page-item-next .page-link{
  background: transparent;
  border: none;
}

.berita-section .news-lists-section .pagination-wrapper .page-item-prev .img-previous,
.berita-section .news-lists-section .pagination-wrapper .page-item-next .img-next{
  width: 17px;
  height: 14px;
}

@media(max-width: 576px){
  .berita-section .news-lists-section .news-list{
    flex-direction: column;
  }
  .berita-section .news-lists-section .news-list .img-news-list {
    max-height: 155px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    min-width: 200px;
    max-width: 200px;
    height: 100%;
  }
  
}