/* Berita */
.berita .back-link {
  text-decoration: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #2F3D52;
}

.berita .back-link img {
  margin-right: 16px;
}

.cov-img {
  margin-left: auto;
	margin-right: auto;
	display: block;
  width:auto ;
  height: 456px;
}

.back-image {
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url("../../../../berita/ntapss.PNG");
  height: 456px;
  background-repeat:no-repeat;
  background-size:cover;
}

.berita .date {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #9196A0;
}

.berita h1 {
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #232F42;
}

.berita .content {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #747885;
}

.berita-lainnya h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 48px;
  color: #2F3D52;
}

.berita-lainnya .berita-lainnya-item .desc-berita {
  margin-top: -30% !important;
  display: inline-block;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 20px 60px #F1F3F4;
}

/*.berita-lainnya .berita-lainnya-item .desc-berita > div {
  background-color: #fff;
  box-shadow: 0px 20px 60px #F1F3F4;
}*/

.berita-lainnya .berita-lainnya-item .desc-berita .date {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #9196A0;
}
.berita-lainnya .berita-lainnya-item .desc-berita .desc {
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #232F42;
}

.berita-lainnya .berita-lainnya-item .desc-berita .selengkapnya {
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #9DA4AE;
}



/* End Berita */