.m-feature {
  position: relative;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .m-feature {
      padding: 80px 0; }
      .m-feature.swap-sides .left {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .m-feature.swap-sides .right {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
  .m-feature.dark {
    background: #0061a0; }
    .m-feature.dark .ruler {
      background: #c9db48; }
    .m-feature.dark h1,
    .m-feature.dark h2,
    .m-feature.dark h3 {
      color: #c9db48; }
    .m-feature.dark .introduction {
      color: #fff; }
    .m-feature.dark .title {
      color: #c9db48; }
    .m-feature.dark .label {
      color: #fff; }
      .m-feature.dark .label:hover::after {
        border-color: #fff; }
    .m-feature.dark .left .in {
      color: #fff; }
      .m-feature.dark .left .in .rich-content p {
        color: #fff; }
        .m-feature.dark .left .in .rich-content p a {
          color: #c9db48; }
    .m-feature.dark.dark-graphic .graphic {
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      bottom: 0;
      width: 30%;
      background: url(bundles/images/patterns/black_lines.svg) 0 0/50px repeat;
      opacity: .1; }
      @media (min-width: 768px) {
        .m-feature.dark.dark-graphic .graphic {
          display: block; } }
    .m-feature.dark .img-wrapper {
      position: relative; }
    .m-feature.dark.overlay-type {
      margin-top: 145px;
      border-top: 10px solid #c9db48;
      z-index: 2; }
      .m-feature.dark.overlay-type.diagonal-line .diagonal {
        position: absolute;
        left: 0;
        bottom: calc(100% + 9px);
        right: 0;
        width: auto;
        height: auto;
        min-width: 100%; }
      @media (min-width: 480px) {
        .m-feature.dark.overlay-type {
          margin-top: 135px; } }
      @media (min-width: 768px) {
        .m-feature.dark.overlay-type {
          margin-top: 55px;
          padding: 40px 0 60px; } }
      @media (min-width: 1024px) {
        .m-feature.dark.overlay-type {
          margin-top: 80px;
          padding: 65px 0 70px; } }
      .m-feature.dark.overlay-type .right {
        margin-top: -195px; }
        @media (min-width: 480px) {
          .m-feature.dark.overlay-type .right {
            margin-top: -185px; }
            .m-feature.dark.overlay-type .right .img-wrapper {
              margin-left: auto;
              width: 328px; } }
        @media (min-width: 768px) {
          .m-feature.dark.overlay-type .right {
            margin-top: -105px; }
            .m-feature.dark.overlay-type .right .img-wrapper {
              width: 100%;
              max-width: 486px; } }
        @media (min-width: 1024px) {
          .m-feature.dark.overlay-type .right {
            margin-top: -155px; }
            .m-feature.dark.overlay-type .right .img-wrapper {
              max-width: 564px; } }
      .m-feature.dark.overlay-type .img {
        padding: 0 0 100%; }
  .m-feature .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 44px;
    height: 44px;
    opacity: .8;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 3; }
    @media (min-width: 1024px) {
      .m-feature .play-icon {
        width: 60px;
        height: 60px; } }
  .m-feature .media {
    display: block; }
    .m-feature .media:hover svg {
      opacity: 1; }
  .m-feature .img {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    background: 50% / cover no-repeat; }
  .m-feature p {
    margin: 0; }
  .m-feature .title {
    font-family: "Arvo", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #478529;
    font-weight: 400;
    margin: 0; }
    @media (min-width: 768px) {
      .m-feature .title {
        font-size: 32px;
        line-height: 35px; } }
    @media (min-width: 1024px) {
      .m-feature .title {
        font-size: 36px;
        line-height: 40px; } }
  .m-feature .subtitle {
    margin-top: 15px; }
    @media (min-width: 1024px) {
      .m-feature .subtitle {
        font-size: 21px;
        line-height: 29px; } }
    .m-feature .subtitle + .introduction {
      margin-top: 15px; }
      @media (min-width: 768px) {
        .m-feature .subtitle + .introduction {
          margin-top: 20px; } }
  .m-feature .ruler {
    height: 1px;
    width: 115px;
    background: #0061a0;
    margin: 15px 0; }
    @media (min-width: 768px) {
      .m-feature .ruler {
        margin: 20px 0 15px; } }
    @media (min-width: 1024px) {
      .m-feature .ruler {
        margin: 20px 0; } }
  .m-feature .introduction {
    font-family: "Open Sans Condensed", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #0061a0; }
    @media (min-width: 768px) {
      .m-feature .introduction {
        font-size: 21px;
        line-height: 27px; } }
    @media (min-width: 1024px) {
      .m-feature .introduction {
        font-size: 24px;
        line-height: 33px; } }
  .m-feature .intro-text {
    margin-top: 6px; }
    .m-feature .intro-text p {
      color: inherit; }
    @media (min-width: 1024px) {
      .m-feature .intro-text {
        font-size: 18px;
        line-height: 32px; } }
  .m-feature .link {
    margin-top: 15px; }
  .m-feature .label {
    color: #0061a0; }
    .m-feature .label:hover::after {
      border-color: #0061a0; }
  .m-feature .left .in {
    color: #4c4c4c; }
  @media (max-width: 767.98px) {
    .m-feature .left {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-top: 20px; }
    .m-feature .right {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }