.simple-header {
  padding-left: 11rem;
  padding-right: 0;
  height: 350px;
  background: linear-gradient(107deg, rgba(69, 64, 255, 0.5) 0.56%, rgba(69, 64, 255, 0.34) 10.41%, rgba(69, 64, 255, 0) 32.64%), linear-gradient(268deg, rgba(69, 64, 255, 0.5) 3.1%, rgba(69, 64, 255, 0) 99.39%);
  margin-bottom: 160px;
}
@media screen and (max-width: 1550px) {
  .simple-header {
    padding-left: 6rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .simple-header {
    padding-left: 1.5rem;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 575.98px) {
  .simple-header {
    padding-left: 1rem;
    margin-bottom: 100px;
  }
}
.simple-header .wrapper {
  top: 80px;
  max-width: 630px;
  padding: 4rem;
  z-index: 99;
}
@media screen and (max-width: 1199.98px) {
  .simple-header .wrapper {
    margin-right: 1.5rem;
    padding: 2rem;
    top: 150px;
  }
}
@media screen and (max-width: 575.98px) {
  .simple-header .wrapper {
    margin-right: 1rem;
    top: auto;
    bottom: -30px;
  }
  .simple-header .wrapper h1 {
    word-break: break-all;
  }
  .simple-header .wrapper .excerpt p {
    font-size: 16px;
  }
}
.simple-header .wrapper .excerpt p {
  color: white;
  font-weight: 300;
}
.simple-header .ghost-heading {
  right: 0;
  bottom: -22px;
}
.simple-header .ghost-heading p {
  color: white;
  opacity: 0.2;
  text-transform: uppercase;
  font-size: 6rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 767.98px) {
  .simple-header .ghost-heading {
    display: none;
  }
}

body.page-template-default .simple-header {
  margin-bottom: 120px;
}

.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  color: #101828;
  text-transform: none;
}
.page-content h2:not(:first-child) {
  padding-top: 3rem;
}
.page-content h2, .page-content h3 {
  padding-top: 1.2rem;
  margin-bottom: 1rem;
}
.page-content h4, .page-content h5 {
  padding-top: 0.6rem;
  margin-bottom: 0.8rem;
}
.page-content p {
  margin-bottom: 1rem;
}
.page-content h2 {
  font-size: 1.5rem;
}
.page-content h3 {
  font-size: 1.3rem;
}
.page-content h4 {
  font-size: 1.2rem;
}
.page-content h5 {
  font-size: 1.1rem;
}
.page-content h6 {
  font-size: 1rem;
}
.page-content p, .page-content li, .page-content span, .page-content a {
  font-size: 18px;
}
.page-content a {
  color: #4540FF;
}
.page-content a:visited {
  color: #C52BD2;
}

body.page-template-default .page-content {
  max-width: 1000px;
}