#enterprise-about {
  background: #fff;
  text-align: center; }
  #enterprise-about .color-white {
    color: #fff; }
  #enterprise-about .color-27 {
    color: #273444; }
  #enterprise-about .color-42 {
    color: #4289dc; }
  #enterprise-about .color-87 {
    color: #8796a8; }
  #enterprise-about .color-3c {
    color: #3c4858; }
  #enterprise-about .section-container {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
  #enterprise-about .section.introduction {
    height: 100vh;
    max-height: 540px;
    background: #3c4858; }
    #enterprise-about .section.introduction .section-container {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    #enterprise-about .section.introduction .section-title {
      font-size: 2.5rem; }
    #enterprise-about .section.introduction .section-content {
      width: 87.2%;
      font-size: 1.2rem;
      max-width: 730px;
      margin-top: 18px; }
      #enterprise-about .section.introduction .section-content p {
        margin-top: 21px; }
        #enterprise-about .section.introduction .section-content p:last-child {
          display: inline-block;
          width: 92%; }
    @media only screen and (max-width: 767px) {
      #enterprise-about .section.introduction .section-title {
        font-size: 2rem; }
      #enterprise-about .section.introduction .section-content {
        margin-top: 12px; } }
  #enterprise-about .section.service {
    padding: 70px 0 49px; }
    #enterprise-about .section.service .section-title {
      font-size: 2.5rem; }
    #enterprise-about .section.service .section-content {
      margin-top: 28px; }
    #enterprise-about .section.service .steps, #enterprise-about .section.service .flex-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    #enterprise-about .section.service .steps {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    #enterprise-about .section.service .line {
      height: 82px;
      width: 42px;
      border-bottom: dashed 2px #4289dc; }
    #enterprise-about .section.service .desc-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box;
      padding: 48px 7px; }
    #enterprise-about .section.service .number-container {
      font-weight: bold;
      font-size: 49px;
      line-height: 60px; }
    #enterprise-about .section.service .desc {
      margin-top: 34px; }
      #enterprise-about .section.service .desc .title {
        font-size: 1.2rem; }
      #enterprise-about .section.service .desc .detail {
        margin-top: 14px;
        max-width: 243px; }
    #enterprise-about .section.service .note {
      margin: 28px auto 0;
      background: #eff2f7;
      padding: 11px; }
    @media only screen and (max-width: 767px) {
      #enterprise-about .section.service .section-content {
        margin-top: 7px; }
      #enterprise-about .section.service .steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        #enterprise-about .section.service .steps .flex-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
        #enterprise-about .section.service .steps .desc-wrapper {
          margin-top: 14px;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 95%;
          max-width: 347px;
          padding: 14px;
          text-align: left; }
          #enterprise-about .section.service .steps .desc-wrapper .number-container {
            margin-right: 21.5px; }
          #enterprise-about .section.service .steps .desc-wrapper .desc {
            margin-top: 0; }
          #enterprise-about .section.service .steps .desc-wrapper .detail {
            text-align: left; }
        #enterprise-about .section.service .steps .line {
          display: none; }
      #enterprise-about .section.service .note {
        box-sizing: border-box;
        width: 95%;
        max-width: 347px;
        margin: 14px auto 0;
        background: #eff2f7;
        padding: 11px 18px;
        text-align: left; } }
  #enterprise-about .section.team {
    padding: 42px 0 49px; }
    #enterprise-about .section.team .section-title {
      font-size: 2rem; }
    #enterprise-about .section.team .section-content {
      margin-top: 42px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    #enterprise-about .section.team .flex-container {
      margin: 14px auto 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50%; }
    #enterprise-about .section.team .desc-wrapper {
      width: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 21px;
      box-sizing: border-box;
      height: 377px; }
      #enterprise-about .section.team .desc-wrapper:hover {
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        border-radius: 4px; }
    #enterprise-about .section.team .img-container {
      width: 140px;
      height: 140px; }
      #enterprise-about .section.team .img-container img {
        width: 100%; }
    #enterprise-about .section.team .desc {
      margin-top: 14px; }
      #enterprise-about .section.team .desc .title {
        font-size: 1.2rem; }
      #enterprise-about .section.team .desc .sub-title {
        margin-top: 3px; }
      #enterprise-about .section.team .desc .detail {
        margin-top: 14px;
        max-width: 216px; }
    #enterprise-about .section.team .flex-container.first-row .desc-wrapper {
      width: 352px; }
      #enterprise-about .section.team .flex-container.first-row .desc-wrapper:first-child {
        margin-right: 28px; }
    @media only screen and (max-width: 574px) {
      #enterprise-about .section.team .section-content .flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        #enterprise-about .section.team .section-content .flex-container .desc-wrapper {
          width: 100%; }
        #enterprise-about .section.team .section-content .flex-container.first-row .desc-wrapper:first-child {
          margin-right: 0; } }
    @media only screen and (max-width: 767px) {
      #enterprise-about .section.team {
        padding: 0; }
        #enterprise-about .section.team .section-content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
        #enterprise-about .section.team .flex-container {
          width: 100%; } }
  #enterprise-about .section.contact {
    background: #f0f2f5;
    padding: 72px 0; }
    #enterprise-about .section.contact a {
      display: inline-block;
      height: 49px;
      width: 217px;
      line-height: 49px;
      font-size: 1.2rem;
      background: #4289DC;
      border-radius: 5px; }
      #enterprise-about .section.contact a:hover {
        background: #3a79c2; }
