.prestige {
  transform: translateY(-40%);
  gap: 3rem;
  background-color: #006633;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 1rem 4rem;
  margin-top: 300px;
  height: auto;

}
/* .prestige {
  transform: translateY(-40%);
  gap: 7rem;
  background-color: #FFC107;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 6.5rem 3rem;
  margin-top: 150px;
} */
@media screen and (max-width: 1400px) {
  .prestige {
    padding: 1rem 3rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .prestige {
    transform: none;
    grid-template-columns: 1fr;
    height: auto;
  }
}
.prestige .prestige-info {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1rem;

}
.prestige .prestige-info img {
  position: relative;
  width: 525px;
  height: 373px;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-left:120%;


}

.prestige .prestige-info .title {
  text-align: left;
  font-weight: bold;
  font-size: 25px;
  color: #ffffff;
  height: 5rem;
  display: grid;
  margin-bottom: 40%;
  margin-right: 100px;
}
.prestige-info .title1 {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
  place-items: center;
  align-content: center;
 position: fixed;
 margin-top: 50px;

}
.prestige .prestige-info .title2 {
  text-align: left;
  font-size: 23px;
  color: #FFC107;
  margin-bottom: 300px;
  margin-right:75px;
}
.prestige .prestige-info .title3 {
  text-align: left;
  font-size: 30px;
  color: #ffffff;
  display: grid;
 margin-top: 130px;
 margin-right:40px;
 position:fixed;

}
.prestige .prestige-info .title4 {

  font-size: 23px;
  color: #FFC107;

  margin-bottom: 300px;
  margin-right:75px;
}

@media screen and (max-width: 1200px) {
  .prestige .prestige-info .title {
    height: 6rem;
  }
}


.services-registration {
  display: flex;
  height: 20rem;


}
@media screen and (max-width: 992px) {
  .services-registration {
    height: auto;
    flex-direction: column;
  }
}
.services-registration img {
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .services-registration img {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 568px) {
  .services-registration img {
    width: 100%;
  }
}
.services-registration .information {
  width: 50%;
  background-image: linear-gradient(0deg, #006633e1, #006633e1), url("https://konten.usu.ac.id/storage/satker/861/statis/rektorat.jpg");
  background-position: center;
  background-size: cover;
  padding: 1.5rem;
  color: white;
}
@media screen and (max-width: 992px) {
  .services-registration .information {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 568px) {
  .services-registration .information {
    width: 100%;
    padding: 2rem;
  }
}
.services-registration .information h1 {
  font-size: 2rem;
  margin-left: 2rem;

}
.services-registration .information h6 {
  display: block;
  font-weight: bold;
  margin-left: 2rem;
  font-size: 1.2rem;
}
.services-registration .information p {
  font-size: 1.2rem;
  margin-left: 2rem;
  margin-bottom: 2.5rem;
  color: white;
  padding: 0px;
  margin-bottom: 1rem;
  color: #FFC107;
}

section.news {
  margin-top: 2rem;
}
section.news .section-subtitle {
  display: block;
  font-size: 1.2rem;
  margin: 0rem 0;
}
.news .section-title{
  font-weight: bold;
}
section.news .news-list {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 2.3rem;
}
@media screen and (max-width: 768px) {
  section.news .news-list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
/* //tag kategori berita usu */
.tag-and-date-news{
  display: grid;
  grid-template-areas: "a b";
  grid-template-columns: 30% 70%;
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  }
  .tag-and-date-news .usu-tag-news-category {
    grid-area: a;
    background-color: #D9D9D9;
    color: #4A4A4A;
    border-radius: 5px;
    width: 80%;
    overflow: hidden;
  }
  .tag-and-date-news .usu-tag-news-category p {
   margin: 0rem;
   font-size: 1rem;
   text-align: center;
  }

  .tag-and-date-news .date-news{
  grid-area: b;
  }
  .tag-and-date-news .date-news p{
    margin: 0rem;
    text-align: center;
    text-align: right;
    font-size: 1rem;
    }
    @media screen and (max-width: 480px) {
      .tag-and-date-news .date-news{
        display: flex;
        justify-content: end;
        }
    }


.academics {
  background-image: linear-gradient(0deg, #006633f1, #006633f1), url("/images/backusu.png");
  background-size: cover;
  background-position: center;
  margin-top: 4rem;
  padding-bottom: 3rem;
  color: white;

}
.academics h1 {
  padding: 4rem 0rem;
  text-align: center;
  font-size: 2rem;
  font-weight: larger;
}
.academics .academic-list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .academics .academic-list {
    grid-template-columns: 1fr;
  }
}
.academics .academic-list .academic {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.academics .academic-list i {
  font-size: 2rem;
  display: block;
  margin-bottom: 2rem;
}
.deanary .dean {
  display: grid;
  grid-template-areas: "b a";
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  width: 500%;

}

.deanary .dean .desc {
  grid-area: b;
  box-shadow: inset 5px 5px 5px 5px gray;


}
.deanary .vice-deans .vice-dean {
  display: flex;
  flex-direction: column;
  gap: 0rem 1rem;
  position: relative;
  box-shadow: 15px 15px 15px 0 rgba(97, 97, 97, 0.2), 0 6px 20px 0 rgba(66, 65, 65, 0.19);


}
.deanary .vice-deans .vice-dean::before {
  content: " ";
  position: absolute;
  bottom: 0px;
  height: 6px;
  width: 100%;
  background-color: #FFB800;
}
.deanary .vice-deans .vice-dean img {
  width: 350px;
  height: 300px;
  object-fit: cover;

}
.deanary .vice-deans .vice-dean strong {
  font-size: 1.2rem;
  font-weight:bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:white;
  background-color: #006633;
  width: 350px;
  height: 300px;
  opacity: 0.85;

}
.deanary .vice-deans .vice-dean h2 {
  font-size: 18px;
  font-weight:bold;
  position: absolute;
  display: block;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  color:white;
  padding: 0rem 1rem;
}

.deanary .vice-deans .vice-dean h5 {
  font-size: 15px;
  position: absolute;
  top: 48%;
  left: 50%;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
  color:white;
  /* padding: 0rem 1rem; */
  padding: 25px;
  line-height: 1.20rem;
}

.vice-deans .btn {
  position: absolute;
  top: 15.8rem;
  left: 50%;
  font-weight: bold;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 15px;
  padding: 5px 9px;
  border: 5px solid white;
  cursor: pointer;
  border-radius: 30px;
  text-align: center;
  background-color: transparent;
  border: solid;
}
.button.button-readmore {
  background-color: #006633;
  color: white;
  transition: 200ms linear all;
  padding:1.6%;
  margin-top: 1rem;
}
.button.button-readmore:hover {
  background-color: #373737;
}

@media screen and (max-width: 992px) {
  .deanary .vice-deans {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .deanary .vice-deans .vice-dean img {
    width: auto;
  }

    .deanary .vice-deans .vice-dean strong {
     display: flex;
     flex-direction: column;
     width: 100%;

    }
  }


.deanary2 .dean2 img {
  grid-area: a;
  width: 100%;
  margin-top: 0%;
  box-shadow: 15px 15px 15px 0 rgba(97, 97, 97, 0.2), 0 6px 20px 0 rgba(66, 65, 65, 0.19);
}
.deanary2 .dean2 .desc {
  grid-area: b;
  margin-top: -1.5%;
}
.deanary2 .dean2 .desc .name {
  font-weight: bold;
  font-size: 1.80rem;
  line-height: 2rem;
  margin-bottom: 20px;
}
.deanary2 .dean2 .desc strong {
  display: block;
  margin: 1rem 0;
  font-size: 1.75rem;
  line-height: 2rem;
}
.deanary2 .dean2 .kata-sambutan {
    line-height: 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    overflow-y: auto;
    height: 300px;
    padding-right: 15px
}


.footer-panorama {
  width: 100%;
  height: 54vh;
  max-height: 30rem;
  overflow: hidden;
}

.footer-panorama img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 992px) {
.footer-panorama {
  width: 100%;
  height: 20vh;
  max-height: 30rem;
}
}

.news-card .hoverable-thumbnail {
  height: 8rem;
}
.news-card .title {
  margin: 1rem 0 1rem 0;
  font-size: 1.4rem;
  color: #005E45;
  display: block;
  text-decoration: none;
  /* text-transform: uppercase; */
  overflow:hidden;
  line-height: 20px;
  /* text-align: justify; */
}

.newsphoto{
  width: 418;
  height: 200px;
  overflow: hidden;

}
.news-card img{
  width: 100%;
  object-fit: cover;
}
.news-card{
  padding: 0 0 5% 0;

}

.partners {
  margin-top: 3rem;
  padding: 2rem 0;
  background-color: #f4f4f4;
}
.partners h1 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.partner-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  /* margin-bottom: 5%; */
}
.partner-list img {
  max-height: 250px;
  object-fit: contain;
  width:100px;
}
/*Agenda*/

.agenda-card{
  box-shadow: 15px 15px 15px 0 rgba(97, 97, 97, 0.2), 0 6px 20px 0 rgba(66, 65, 65, 0.19);
  border: none;
  padding: 25px;
}
.agenda-card img {
  height: 15rem;
  object-fit: cover;
}
.agenda-card .main-info {
  display: flex;
  gap: 1rem;
}
.agenda-card .main-info .when {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.2rem;
}
.agenda-card .main-info .when .date {
  color: #005E45;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2rem;
  margin-left: 2%;
}
.agenda-card .main-info .when .month {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 0.5rem;
  position: relative;
}
.agenda-card .main-info .when .month::after {
  content: " ";
  position: absolute;
  bottom: -1rem;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #005E45;
}
.agenda-card .main-info .title {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 3%;
  color: #005E45;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.agenda-card .main-info .metadata-row {
  display: flex;
  margin-top: 3%;
  color: #006633;
}
.agenda-card .main-info .metadata-row .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
}

/* * pengumuman modifikasi */



/* styling pengumuman */

.pengumuman {
  display: flex;
  height: 35rem;

}
.pengumuman .pengumuman-lainnya{
  width: 25%;
  margin-left: 4%;
}
.pengumuman .kartu-pengumuman {
  width: 75%;
  background-image: linear-gradient(0deg, #006633e1, #006633e1), url("/images/backusu.jpeg");
  background-position: center;
  background-size: cover;
  padding: 1rem;
  color: white;
}

.pengumuman .kartu-pengumuman .grid-pengumuman {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-left img {
  width: 100%;
  height:525px;
  aspect-ratio: 2/3;
  object-fit: cover;
}

.pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right small {
  display: block;
  color: #FFC107;
  margin: 1rem 0;
  width: 50%;
  font-size: 1.4rem;
}

.pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right .title {
  height: 7rem;
  overflow: hidden;
}
.pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right .title a {
  font-size: 2rem;
  color:white;
  text-decoration: none;
}

/* pengumuman-lainnya */

.pengumuman .pengumuman-lainnya .title-pengumuman-lainnya {
  font-size: 1.3rem;
  font-weight: 500;
  color:#006633;
  border-bottom: 2px solid #C7C7C7;
  height: 50px;
}

.pengumuman .pengumuman-lainnya .title-lainnya{
  display: block;
  text-align: left;
 font-weight: 500;
 color: black;
 font-size: 1rem;
  color:black;
  text-decoration: none;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
}
.pengumuman .pengumuman-lainnya ul{
  margin-left: -11%;
}

.pengumuman .pengumuman-lainnya li{
  padding-top:0.7rem;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid #C7C7C7;
}

@media screen and (max-width: 600px) {
  .pengumuman {
    height: auto;
    flex-direction: column;
  }
  .pengumuman .kartu-pengumuman {
    width: 100%;
  }

  .pengumuman .kartu-pengumuman .grid-pengumuman {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-left img {
    width: 100%;
    margin: auto;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right small {
    display: block;
    color: #FFC107;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right .title {
    height: 9rem;
    overflow: hidden;
    text-align: center;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right .title a {
   font-size: 1.4rem;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right .baca-pengumuman-selengkapnya {
    text-align: center;
    margin-bottom: 1rem;
  }
  /* pengumuman lainnya */
  .pengumuman .pengumuman-lainnya{
    width: 100%;
    margin-left: auto;
  }
  .pengumuman .pengumuman-lainnya ul{
    margin-left: 0;
  }
  .pengumuman .pengumuman-lainnya li{
    padding-top:0.6rem;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid #C7C7C7;
  }
}
@media screen and (min-width: 601px) {
  .pengumuman {
    height: auto;
    flex-direction: column;
  }
  .pengumuman .kartu-pengumuman {
    width: 100%;
  }

  .pengumuman .kartu-pengumuman .grid-pengumuman {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-left img {
    width: 100%;
    margin: auto;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right small {
    display: block;
    color: #FFC107;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right .title {
    height: 9rem;
    overflow: hidden;
    text-align: center;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right .title a {
   font-size: 1.4rem;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right .baca-pengumuman-selengkapnya {
    text-align: center;
    margin-bottom: 1rem;
  }
  /* pengumuman lainnya */
  .pengumuman .pengumuman-lainnya{
    width: 100%;
    margin-left: auto;
  }
  .pengumuman .pengumuman-lainnya ul{
    margin-left: 0;
  }
  .pengumuman .pengumuman-lainnya li{
    padding-top:0.6rem;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid #C7C7C7;
  }
}

@media screen and (min-width: 992px) {
  .pengumuman {
    height: auto;
    flex-direction: row;
  }
  .pengumuman .kartu-pengumuman {
    width: 67%;
  }

  .pengumuman .kartu-pengumuman .grid-pengumuman {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-left img {
    width: 100%;
    margin: auto;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right small {
    display: block;
    color: #FFC107;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right .title {
    height: 9rem;
    overflow: hidden;
    text-align: center;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right .title a {
   font-size: 1.4rem;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right .baca-pengumuman-selengkapnya {
    text-align: center;
    margin-bottom: 1rem;
  }
  /* pengumuman lainnya */
  .pengumuman .pengumuman-lainnya{
    width: 30%;
    margin-left: auto;
  }
  .pengumuman .pengumuman-lainnya ul{
    margin-left: -11%;
  }
  .pengumuman .pengumuman-lainnya li{
    padding-top:0.6rem;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid #C7C7C7;
  }
}
@media screen and (min-width: 1200px) {
  .pengumuman {
    display: flex;
    height: 35rem;

  }
  .pengumuman .pengumuman-lainnya{
    width: 25%;
    margin-left: 4%;
  }
  .pengumuman .kartu-pengumuman {
    width: 75%;
    background-image: linear-gradient(0deg, #006633e1, #006633e1), url("/images/backusu.jpeg");
    background-position: center;
    background-size: cover;
    padding: 1rem;
    color: white;
  }

  .pengumuman .kartu-pengumuman .grid-pengumuman {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-left img {
    width: 100%;
    height:525px;
    aspect-ratio: 2/3;
    object-fit: cover;
  }

  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right small {
    display: block;
    color: #FFC107;
    text-align: left;
    margin: 1rem 0;
    width: 100%;
    font-size: 1.4rem;
  }

  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right .title {
    height: 6.5rem;
    overflow: hidden;
    text-align: left;
    margin-bottom: 2rem;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right .title a {
    font-size: 2rem;
    color:white;
    text-decoration: none;
  }
  .pengumuman .kartu-pengumuman .grid-pengumuman .grid-pengumuman-right .baca-pengumuman-selengkapnya {
    text-align: left;
    margin-bottom: 1rem;
  }

  /* pengumuman-lainnya */

  .pengumuman .pengumuman-lainnya ul{
    margin-left: -11%;
  }
}




.fasilitas-kami .box{
  background-color: rgb(216, 211, 211) ;
  box-shadow: 5px 10px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }

 .fasilitas-kami .tombol-sarjana {
   margin-top: 3rem;
   display: grid;
   grid-template-columns: repeat(1, 1fr);
   gap: 1rem;
   text-align: center;
 }
 .fasilitas-kami p {
   font-size: 1.1rem;
   line-height: 2rem;
   font-weight: 500;
 }

 @media screen and (max-width: 992px) {
   .fasilitas-kami .tombol-sarjana {
     grid-template-columns: 1fr;
   }
 }
 .fasilitas-kami .tombol-sarjana .tombol {
   display: flex;
   flex-direction: column;
   gap: 1rem;
   position: relative;

 }
 .fasilitas-kami .tombol-sarjana .tombol::after {
   content: " ";
   position: absolute;
   bottom: 0px;
   height: 3px;
   width: 100%;
   background-color: #FFB800;
 }
 .fasilitas-kami .tombol-facility {
   margin-top: 3rem;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 1rem;
   text-align: center;
 }

 @media screen and (max-width: 992px) {
   .fasilitas-kami .tombol-facility {
     grid-template-columns: 1fr;
   }
 }
 .fasilitas-kami .tombol-facility .tombol {
   display: flex;
   flex-direction: column;
   gap: 1rem;
   position: relative;
 }
 .fasilitas-kami .tombol-facility .tombol::after {
   content: " ";
   position: absolute;
   bottom: 0px;
   height: 3px;
   width: 100%;
   background-color: #FFB800;
 }
 .button.button-fasilitas {
  background-color: #006633;
  color: white;
  padding: 1.7rem 1.2rem;
  font-weight: 500;
  transition: 200ms linear all;
  box-shadow: 6px 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.main-content .posts-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.main-content .posts-list .post-metadata {
  display: grid;
  grid-template-columns: 75px 1fr;
}
@media screen and (max-width: 992px) {
  .main-content .posts-list .post-metadata {
    grid-template-columns: 1fr;
  }
}
.main-content .posts-list .post-metadata .date {
  display: block;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .main-content .posts-list .post-metadata .date {
    display: none;
  }
}
.main-content .posts-list .post-metadata .date .date-num {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin: 0.75rem 0;
}
.main-content .posts-list .post-metadata .date .month {
  margin-top: -0.25rem;
  text-transform: uppercase;
  font-weight: 500;
  color: gray;
}
.main-content .posts-list .post-metadata .metadata {
  margin: 1rem 0;
  color: gray;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.main-content .posts-list h3 {
  margin-top: 0.75rem;
  display: inline-block;
  color: #313131;
  transition: color 200ms linear;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 2.25rem;
}
.main-content .posts-list h3:hover {
  color: #005E45;
}
.main-content .posts-list p {
  line-height: 1.75rem;
  color: #535353;
  font-size: 1.1rem;
}
.main-content .other-stuff {
  display: flex;
  gap: 4rem;
  flex-direction: column;
}
.main-content .other-stuff .section-table .table-header {
  background-color: #efefef;
  padding: 1.25rem 1.75rem;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  margin: 0;
}
.main-content .other-stuff .section-table .table-header::after {
  content: " ";
  position: absolute;
  height: 4px;
  background-color: #005E45;
  width: 100%;
  display: block;
  bottom: 0;
  left: 0;
}
.main-content .other-stuff .section-table .list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.main-content .other-stuff .section-table .list .list-item {
  display: grid;
  gap: 1rem;
  grid-template-columns: 20px 1fr;
  padding: 1rem 0.5rem;
  position: relative;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.main-content .other-stuff .section-table .list .list-item::before {
  content: "\f178";
  font: var(--fa-font-solid);
  padding-top: 0.25rem;
}
.main-content .other-stuff .section-table .list .list-item::after {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #005E45;
  width: 100%;
  left: 0;
}
.main-content .other-stuff .section-table .list .list-item a {
  text-decoration: none;
  color: #444444;
  transition: color 200ms linear;
}
.main-content .other-stuff .section-table .list .list-item a:hover {
  color: black;
}

.news-list .date_publish{
  margin-top:-6.5%;
  font-size: 14px;
}
/* keterangan-belum-ada-data */
.flex-keterangan-belum-ada-data{
  display: flex;
  justify-content: center;
}

.flex-keterangan-belum-ada-data .keterangan-belum-ada-data{
  background-color: #778880;
  padding: 0.3rem 0rem 0.3rem 0rem;
  color: white;
  opacity: 0.8;
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .flex-keterangan-belum-ada-data .keterangan-belum-ada-data{
    background-color: #778880;
    padding: 0.3rem 0rem 0.3rem 0rem;
    color: white;
    opacity: 0.8;
    display: flex;
    width: 100%;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
  }
}

.flex-keterangan-belum-ada-data2{
  display: flex;
  justify-content: center;
}

.flex-keterangan-belum-ada-data2 .keterangan-belum-ada-data{
  background-color: #778880;
  padding: 0.3rem 0rem 0.3rem 0rem;
  color: white;
  opacity: 0.8;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .flex-keterangan-belum-ada-data2 .keterangan-belum-ada-data{
    background-color: #778880;
    padding: 0.3rem 0rem 0.3rem 0rem;
    color: white;
    opacity: 0.8;
    display: flex;
    width: 100%;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
  }
}
/* section video */

.videos {
  padding: 3rem 0rem;
  background-color: #EFEFEF;
  justify-content: center;
  margin-top: 3rem ;
  height: 100%;
}

.videos .section-subtitle {
  display: block;
  font-size: 1rem;
  margin: 1rem 0;
  margin-top: 0.1rem;
  color: #006633;
  font-weight: 480;
}
.videos .video-list {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
  justify-content: center;
}
@media screen and (max-width: 400px) {
  .videos .video-list {
    grid-template-columns: 1fr;
  }
  .videos .video-list iframe{
    width: 100%;
    height: 100%;
}
.videos .section-title {
margin-top: -1rem;
}
}
@media screen and (min-width: 401px) {
  .videos .video-list {
    grid-template-columns: repeat(2,1fr);
  }
  .videos .video-list iframe{
    width: 100%;
    height: 100%;
}
.videos .section-title {
margin-top: -1rem;
}
}
@media screen and (min-width: 601px) {
  .videos .video-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .videos .video-list {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
    justify-content: center;
  }
  .videos .video-list iframe{
    width: 100%;
    height: 20rem;
}
.videos .section-title {
margin-top: -1rem;
font-weight: bold;
}
}
/* Styling section Layanan Kami*/
.fakultas-program-pendidikan {
  padding: 32px 8%;
  width: 100%;
}
.fakultas-program-pendidikan-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  row-gap: 32px;
  padding: 32px 0;
}
.fakultas-program-pendidikan-item {
  cursor: pointer;
  width: 30%;
  padding: 72px 36px;
  background-size: cover;
  background-position: 50%;
  transition: all .3s ease;
}
.fakultas-program-pendidikan h4 {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.fakultas-program-pendidikan-item__title {
  color: #fff;
  padding-bottom: 18px;
  font-weight: 700;
}
.fakultas-program-pendidikan p {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.fakultas-program-pendidikan-item__subtitle {
  color: #fff;
}
@media only screen and (max-width: 1400px){
.fakultas-program-pendidikan {
    padding: 32px 2%;
}
}
@media only screen and (max-width: 1200px){
.fakultas-program-pendidikan-list {
    gap: 16px;
    row-gap: 16px;
}
.fakultas-program-pendidikan-item {
  padding: 36px 18px;
  /* width: 31%; */
  width: 300px;
  height: 300px;
}
.fakultas-program-pendidikan h4 {
  font-size: 1.6rem;
  line-height: 2rem;
}
.fakultas-program-pendidikan p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
}
@media (max-width: 767.98px){
.fakultas-program-pendidikan h4 {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.fakultas-program-pendidikan p {
  font-size: 1rem;
  line-height: 1.4rem;
}
.fakultas-program-pendidikan-item {
  padding: 18px 12px;
  width: 300px;
  height: 300px;
}
}
a{
  text-decoration: none;
}
/*# sourceMappingURL=homepage.css.map */
