:root {
  --hoverColor: #00508B;
}

#journalGeneralPublishIn {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }

  #journalGeneralPublishIn .contentBox {
    min-height: 500px;
    margin: 40px auto;
  }

}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }

  #journalGeneralPublishIn .contentBox {
    min-height: 500px;
    margin: 48px auto;
  }

}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }
}

#journalGeneralPublishIn .jgLeftBox .moreBox .more {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #00508B;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 87.5px;
  margin: 53px 0 23px 0;
}