#navigationPrimary a {
  font-weight: bold;
  margin: 0px !important;
}

.pkp_navigation_user > li:last-child > a {
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 5px 0px !important;
  font-weight: normal !important;
  padding-right: 10px !important;
}

.description > p {
  text-align: justify !important;
}

.indexing {
  justify-content: space-around;
}

.indexing img {
  width: 230px;
  padding: 0px 5px;
}

.pkp_footer_content {
  background-color: #fe0002 !important;
  padding: 20px !important;
}
.pkp_structure_page {
  margin: 0 auto;
  max-width: 1160px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
}

.pkp_structure_content {
  width: auto !important;
  display: inline-block !important;
}

.pkp_structure_main:first-child:last-child:before {
  margin: 100% !important;
}
.pkp_structure_main:first-child:last-child:after {
  left: 100% !important;
}

@media (max-width: 480px) {
  .about_jurnal {
    flex-direction: column;
  }

  .about_jurnal img {
    width: 80%;
    margin: 0px 40px;
  }

  .indexing img {
    width: 170px !important;
    margin: 0px !important;
    padding: 0px !important;
  }
}
