.root#services .services {
  margin-top: 50px;
  margin-bottom: 180px; }
  @media only screen and (max-width: 768px) {
    .root#services .services {
      margin-bottom: 100px; } }
  .root#services .services .mv {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .root#services .services .mv {
        margin-bottom: 40px; } }
  .root#services .services .intro {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 120px; }
    @media only screen and (max-width: 768px) {
      .root#services .services .intro {
        text-align: left;
        font-size: 16px;
        line-height: 1.875;
        margin-bottom: 40px; } }
  .root#services .services__content {
    position: relative; }
    .root#services .services__content__pageLink {
      display: flex;
      justify-content: space-between;
      align-items: end;
      width: 100%;
      margin-bottom: 120px; }
      @media only screen and (max-width: 768px) {
        .root#services .services__content__pageLink {
          margin-bottom: 60px; } }
      .root#services .services__content__pageLink__anc {
        display: inline-block;
        width: 30%;
        padding: 10px 0 30px;
        text-align: center;
        position: relative; }
        .root#services .services__content__pageLink__anc:hover {
          opacity: 0.6; }
        .root#services .services__content__pageLink__anc::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 0;
          border-top: 10px solid #00a6ea;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent; }
        .root#services .services__content__pageLink__anc__name {
          color: #00a6ea;
          margin-bottom: 10px; }
          @media only screen and (max-width: 768px) {
            .root#services .services__content__pageLink__anc__name {
              line-height: 1.71428571429; } }
        .root#services .services__content__pageLink__anc__image {
          padding-bottom: 15px;
          border-bottom: 1px solid #00a6ea;
          border-image: linear-gradient(to right, #00a6ea 0%, #0069b8 100%);
          border-image-slice: 1; }
          @media only screen and (max-width: 768px) {
            .root#services .services__content__pageLink__anc__image__src {
              width: 20px; } }
    .root#services .services__content__list {
      margin-bottom: 180px; }
      @media only screen and (max-width: 768px) {
        .root#services .services__content__list {
          margin-bottom: 60px; } }
      .root#services .services__content__list__item {
        margin-bottom: 100px; }
        @media only screen and (max-width: 768px) {
          .root#services .services__content__list__item {
            margin-bottom: 60px; } }
        .root#services .services__content__list__item:last-child {
          margin-bottom: 0; }
        .root#services .services__content__list__item__image {
          position: relative;
          margin-bottom: 30px; }
          @media only screen and (max-width: 768px) {
            .root#services .services__content__list__item__image {
              margin-left: -20px;
              margin-right: -20px; } }
          .root#services .services__content__list__item__image__center {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center; }
            .root#services .services__content__list__item__image__center__icon {
              margin-bottom: 15px; }
              @media only screen and (max-width: 768px) {
                .root#services .services__content__list__item__image__center__icon {
                  width: 60px;
                  margin: 0 auto 15px; } }
            .root#services .services__content__list__item__image__center__name {
              color: #ffffff;
              font-size: 28px;
              font-weight: 500;
              letter-spacing: 0.05em;
              line-height: 1.6; }
              @media only screen and (max-width: 768px) {
                .root#services .services__content__list__item__image__center__name {
                  font-size: 20px; } }
        .root#services .services__content__list__item__texts__hl {
          font-size: 24px;
          font-weight: bold;
          margin-bottom: 25px;
          letter-spacing: 0.03em; }
          @media only screen and (max-width: 768px) {
            .root#services .services__content__list__item__texts__hl {
              font-size: 20px;
              margin-bottom: 15px; } }
        .root#services .services__content__list__item__texts__desc {
          line-height: 1.875; }
          @media only screen and (max-width: 768px) {
            .root#services .services__content__list__item__texts__desc {
              font-size: 16px; } }
    .root#services .services__content__bToB {
      text-align: center;
      border-top: 1px solid #0069b8;
      border-bottom: 1px solid #00a6ea;
      padding: 40px 0;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .root#services .services__content__bToB {
          padding: 30px 0; } }
      .root#services .services__content__bToB::before {
        content: "";
        position: absolute;
        top: -4px;
        left: 0;
        width: 100%;
        border-top: 1px solid #00a6ea; }
      .root#services .services__content__bToB::after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #0069b8; }
      .root#services .services__content__bToB__icon {
        margin-bottom: 15px; }
      .root#services .services__content__bToB__hl {
        font-size: 24px;
        margin-bottom: 25px;
        letter-spacing: 0.03em;
        font-weight: 700; }
        @media only screen and (max-width: 768px) {
          .root#services .services__content__bToB__hl {
            font-size: 20px;
            margin-bottom: 15px; } }
      .root#services .services__content__bToB__desc {
        line-height: 1.875; }
        @media only screen and (max-width: 768px) {
          .root#services .services__content__bToB__desc {
            text-align: left;
            font-size: 16px; } }
