.micro-wysiwg {
  max-width: unset !important;
  margin: 0 !important;
  padding: 40px 13.6%;
  position: relative;
}
.micro-wysiwg article {
  position: relative;
  z-index: 1;
}
.micro-wysiwg h2,
.micro-wysiwg h3,
.micro-wysiwg h4,
.micro-wysiwg h5,
.micro-wysiwg h6,
.micro-wysiwg p,
.micro-wysiwg ol,
.micro-wysiwg ul {
  color: #fff !important;
  text-align: center;
}
.micro-wysiwg h2,
.micro-wysiwg h3,
.micro-wysiwg h4,
.micro-wysiwg h5,
.micro-wysiwg h6 {
  margin-bottom: 30px !important;
}
.micro-wysiwg h2 {
  padding-bottom: 20px !important;
  position: relative;
}
.micro-wysiwg h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  width: 100%;
  max-width: 256px;
  background: #fff;
}
.micro-wysiwyg-bg {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  max-height: 300px;
}
@media (max-width: 1280px) {
  .micro-wysiwg {
    padding: 40px 15px;
  }
}
