.atj-topimg-container {
  position: relative;
}
.atj-topimg-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 1rem 2rem;
  border-radius: 10px;
  text-align: left;
  background: #fff;
  box-shadow: 0 0 1rem #fff;
}
.atj-topimg-title-main {
  line-height: 24pt;
  font-size: 22pt;
  font-weight: bold;
  font-family: serif;
  color: #104EA1;
}
.atj-topimg-title-sub {
  line-height: 14pt;
  font-size: 12pt;
  font-family: serif;
  color: #104EA1;
}
.page-header {
  display: none;
}
@media (max-width: 575.98px) {
  .atj-topimg-title {
    margin: auto 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .atj-topimg-title {
    margin: auto 0 auto calc((100% - 576px) / 2 + 2.5rem);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .atj-topimg-title {
    margin: auto 0 auto calc((100% - 768px) / 2 + 3rem);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .atj-topimg-title {
    margin: auto 0 auto calc((100% - 992px) / 2 + 2rem);
  }
}
@media (min-width: 1200px) {
  .atj-topimg-title {
    margin: auto 0 auto calc((100% - 1200px) / 2 + 3rem);
  }
}
