@charset "utf-8";
/* CSS Document */

[data-id="1768308"] {
  & .feature_component h3 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 3px;
    font-weight: 700;
  }
  & .c-heading-4__heading-sub {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  [data-id="1768308"] {
    & img.visible-xs {
      display: none!important;
    }
    & .p-layout__content.feature_component.animated.trigger-fadeIn.fadeIn .p-media-layout-02__hdg {
      position: relative;
    }
    & .c-heading-4__heading-sub {
      display: block;
      font-size: calc(var(--font-size-default) * 1.1)!important;
      margin-top: 9.5px;
    }
    & .p-layout__content:first-child {

      height: 0;
      margin-bottom: 0!important;

      & .c-heading-3__heading {
        font-size: 1.875rem;
      }
      & .p-media-layout__inner {
        top: -310px!important;
      }
    }
  }
}

@media only screen and (max-width: 768px) {
  [data-id="1768308"] {
    & .p-layout__content,
    & .p-media-layout__inner.animated.trigger-fadeIn.fadeIn {
      width: 100%!important;
      margin-top: 0!important;
    }
    & .c-heading-3__heading {
      font-size: 1.5em!important;
    }    
    & .c-heading-4__heading-sub {
      font-size: var(--font-size-default)!important;
      width: 100%!important;
      border-bottom: none!important;
    }
    & .p-layout__content:nth-of-type(3) .p-media-layout-02,
    & .p-layout__content:nth-of-type(7) .p-media-layout-02 {
      display: none!important;
      height: 0;
    }
  }
}