.gibson-feature-4 {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  padding: 0 44px 22px; }
  @media only screen and (min-width: 48em) {
    .gibson-feature-4 {
      padding: 0 66px 22px;
      flex-direction: row;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 62em) {
    .gibson-feature-4 {
      padding: 0 44px 22px 88px;
      justify-content: center; } }
  @media only screen and (min-width: 75em) {
    .gibson-feature-4 {
      padding: 0 88px 22px 88px; } }
.gibson-feature-4-title {
  width: 100%;
  padding-bottom: 44px;
  position: relative;
  z-index: 2; }
  .gibson-feature-4-title h2 {
    margin-top: 0; }
  @media only screen and (min-width: 62em) {
    .gibson-feature-4-title {
      padding-bottom: 0; }
      .gibson-feature-4-title h2 {
        margin-bottom: 0; } }
div.gibson-feature-4-image-1 {
  width: 80%; }
  div.gibson-feature-4-image-1 img {
    width: 100%;
    height: auto;
    display: block; }
  @media only screen and (min-width: 48em) {
    div.gibson-feature-4-image-1 {
      width: 60%;
      align-self: center;
      padding-right: 66px; } }
  @media only screen and (min-width: 62em) {
    div.gibson-feature-4-image-1 {
      width: 50%;
      padding-right: 88px;
      max-width: 760px; } }
  @media only screen and (min-width: 75em) {
    div.gibson-feature-4-image-1 {
      width: 45%;
      padding-right: 88px; } }
.gibson-feature-4-color-bg {
  position: absolute;
  top: -22px;
  left: -44px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-green);
  background-image: url("../../images/noise@2x.png");
  background-size: 100px 100px; }
  @media only screen and (min-width: 62em) {
    .gibson-feature-4-color-bg {
      left: -88px;
      width: calc(100% - 22px); } }
.gibson-feature-4-text-1 {
  padding: 22px 0;
  order: 2; }
  @media only screen and (min-width: 48em) {
    .gibson-feature-4-text-1 {
      padding: 44px 0; } }
  @media only screen and (min-width: 62em) {
    .gibson-feature-4-text-1 {
      width: 50%;
      padding: 0px;
      max-width: 760px; } }
  @media only screen and (min-width: 75em) {
    .gibson-feature-4-text-1 {
      width: 55%;
      padding: 44px 22px;
      max-width: 600px; } }
/*# sourceMappingURL=gibson-feature-4.css.map */