.linerArch {
  padding-bottom: 48px;
  background: #f6f7fb; }
  .linerArch .title_wrap {
    margin-top: 48px;
    width: 100%;
    text-align: center;
    padding-bottom: 64px;
    font-size: 20px; }
    .linerArch .title_wrap h3::after {
      content: '';
      position: absolute;
      background: #6C9FEA;
      border-radius: 100px;
      width: 124px;
      height: 8px;
      bottom: -24px;
      left: 50%;
      -webkit-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1); }
  .linerArch .linerArch-wrap {
    padding-left: 8px;
    padding-right: 8px; }
    .linerArch .linerArch-wrap .linerArch-card {
      margin-bottom: 16px;
      width: 100%;
      border-radius: 10px;
      background: #FFFFFF;
      box-shadow: 0px 0px 10px rgba(155, 181, 194, 0.7);
      padding: 16px; }
      .linerArch .linerArch-wrap .linerArch-card .linerArch-card-wrap {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 992px) {
          .linerArch .linerArch-wrap .linerArch-card .linerArch-card-wrap {
            flex-direction: column; } }
        .linerArch .linerArch-wrap .linerArch-card .linerArch-card-wrap .linerArch-card-img {
          margin-bottom: 19px; }
          @media screen and (max-width: 992px) {
            .linerArch .linerArch-wrap .linerArch-card .linerArch-card-wrap .linerArch-card-img {
              display: flex;
              justify-content: center; } }
          @media screen and (max-width: 992px) {
            .linerArch .linerArch-wrap .linerArch-card .linerArch-card-wrap .linerArch-card-img {
              width: 100%; } }
          .linerArch .linerArch-wrap .linerArch-card .linerArch-card-wrap .linerArch-card-img img {
            width: 100%;
            border-radius: 10px;
            max-width: 177px; }
            @media screen and (max-width: 992px) {
              .linerArch .linerArch-wrap .linerArch-card .linerArch-card-wrap .linerArch-card-img img {
                margin: 0 auto; } }
            @media screen and (max-width: 751px) {
              .linerArch .linerArch-wrap .linerArch-card .linerArch-card-wrap .linerArch-card-img img {
                max-width: unset;
                height: 197px; } }
        .linerArch .linerArch-wrap .linerArch-card .linerArch-card-wrap .linerArch-card-text {
          font-family: Open Sans, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 20px;
          color: #000000;
          text-align: left; }
          @media screen and (max-width: 992px) {
            .linerArch .linerArch-wrap .linerArch-card .linerArch-card-wrap .linerArch-card-text {
              text-align: center; } }
          @media screen and (max-width: 751px) {
            .linerArch .linerArch-wrap .linerArch-card .linerArch-card-wrap .linerArch-card-text {
              text-align: left; } }
  .linerArch .wrap-if {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(155, 181, 194, 0.7);
    border-radius: 10px;
    padding: 17px; }
    .linerArch .wrap-if iframe {
      width: 100%;
      height: 160px; }

@media screen and (min-width: 992px) {
  .linerArch {
    padding-bottom: 64px; }
    .linerArch .title_wrap {
      margin-top: 48px;
      width: 100%;
      text-align: center;
      padding-bottom: 64px;
      font-size: 20px; }
      .linerArch .title_wrap h3::after {
        content: '';
        position: absolute;
        background: #6C9FEA;
        border-radius: 100px;
        width: 124px;
        height: 8px;
        bottom: -24px;
        left: 50%;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1); }
    .linerArch .linerArch-card {
      margin-bottom: 16px;
      width: 100%;
      border-radius: 10px;
      background: #FFFFFF;
      box-shadow: 0px 0px 10px rgba(155, 181, 194, 0.7);
      padding: 16px; }
      .linerArch .linerArch-card .linerArch-card-wrap {
        display: flex;
        align-items: center;
        flex-direction: row; }
        .linerArch .linerArch-card .linerArch-card-wrap .linerArch-card-img {
          margin-right: 48px;
          margin-bottom: 0;
          width: unset; }
          .linerArch .linerArch-card .linerArch-card-wrap .linerArch-card-img img {
            width: 100%;
            border-radius: 10px; }
        .linerArch .linerArch-card .linerArch-card-wrap .linerArch-card-text {
          max-width: 192px; }
    .linerArch .wrap-if {
      margin-top: 16px; }
      .linerArch .wrap-if iframe {
        height: 384px; } }
