.content-center .header-container {
  display: block;
  float: none;
  margin: 0 auto;
}
.content-right .header-container {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: 0;
}
.header_module.container_width-100,
.header_module.container_width-80,
.header_module.container_width-90 {
  width: 100%;
}
.header_module.container_width-70 {
  width: 70%;
}
.header_module.container_width-60 {
  width: 60%;
}
.header_module.container_width-50 {
  width: 50%;
}
.content-left {
  text-align: left;
}
.content-right {
  text-align: right;
}
.content-center {
  text-align: center;
}
.header_module .page-header.page_header-hide {
  display: none !important;
}
.header_module .page-header.page_header-show {
  display: block !important;
}
.header_module .page-header {
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 28px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.header_module .separator.page_header-show {
  display: inline-block !important;
}
.header_module .separator.page_header-hide {
  display: none !important;
}
.header_module .separator {
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 6px;
  width: 10%;
}
.header_module .title {
  font-size: 42px !important;
  font-weight: 700;
  line-height: 58px !important;
  margin-bottom: 10px !important;
}
.header_module .desc,
.header_module .desc p {
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 768px) {
  .header_module .title {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .header_module.container_width-80 {
    width: 90% !important;
  }
  .header_module.container_width-70 {
    width: 80% !important;
  }
  .header_module.container_width-50,
  .header_module.container_width-60 {
    width: 70% !important;
  }
}
@media (max-width: 450px) {
  .header_module .title {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}
@media (max-width: 425px) {
  .header_module.header-container {
    width: 100% !important;
  }
}
