.simple-header-s {
  position: relative;
  background-image: url(../images/icons/hh-bg-grid.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: var(--light);
  margin-left: 10px;
  margin-right: 10px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 767.98px) {
  .simple-header-s {
    padding-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.simple-header-s:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, var(--light)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, var(--light) 20%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991.98px) {
  .simple-header-s:before {
    height: 20px;
  }
}
.simple-header-s:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, var(--light)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, var(--light) 20%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991.98px) {
  .simple-header-s:after {
    height: 40px;
  }
}
.simple-header-s .cl-r {
  max-width: 190px;
}
@media (max-width: 1229.98px) {
  .simple-header-s .cl-r {
    max-width: inherit;
  }
}

.simple-header-h h1 {
  font-size: 62px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .simple-header-h h1 {
    font-size: 32px;
  }
}
.simple-header-h .wp-editor {
  color: var(--neutral);
}
.simple-header-h .wp-editor p {
  font-size: 18px;
  color: var(--neutral);
}
.simple-header-h .wp-editor a {
  font-size: 18px;
  color: var(--neutral);
  font-weight: 400;
}
.simple-header-h p {
  color: var(--neutral);
  font-size: 18px;
}
.simple-header-h span {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.simple-header-h span strong {
  font-weight: 600;
}
.simple-header-h span strong a {
  font-weight: 600;
  text-decoration: underline;
}
.simple-header-h span a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.dark-color-svg {
  fill: var(--link-hover-color);
}

.header-author-icon {
  width: 38px;
  height: 38px;
}