.spine-body-link-wrapper {
    position: relative;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .spine-body-circle {
      position: absolute;
      width: 560px;
      height: 560px;
      border: 1px solid rgba(12, 31, 43, 0.05);
      border-radius: 50%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
    }

    .spine-body-circle::before,
    .spine-body-circle::after {
      content: "";
      position: absolute;
      border: 1px solid rgba(12, 31, 43, 0.04);
      border-radius: 50%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }

    .spine-body-circle::before {
      width: 420px;
      height: 420px;
    }

    .spine-body-circle::after {
      width: 700px;
      height: 700px;
    }

    .spine-body-man {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 240px !important;
        display: block;
    }

    .spine-point-link {
      position: absolute;
      z-index: 4;
      width: 145px;
      min-height: 34px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 9px 18px;
      border-radius: 999px;
      background: #071c2b;
      color: #ffffff;
      font-size: 12px;
      line-height: 1;
      text-decoration: none;
      transition: 0.3s ease;
    }

    .spine-point-link:hover {
      background: #b89a78;
      color: #071c2b;
    }

    .spine-point-link::before {
      content: "";
      position: absolute;
      top: 50%;
      width: 140px;
      height: 1px;
      border-top: 1px dashed #d8c8b7;
      transform: translateY(-50%);
      z-index: -1;
    }

    .spine-point-link::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 10px;
        height: 10px;
        background: #d8c8b7;
        border-radius: 50%;
        transform: translateY(-50%);
        box-shadow: 0 0 0 8px rgba(216, 200, 183, 0.22);
        z-index: 2;
    }

    .spine-point-link.left::after {
      background: #8EA8BC;
    }
    .spine-point-link.left::before {
      left: 100%;
      border-color: #8EA8BC;
    }

    .spine-point-link.left::after {
      left: calc(100% + 135px);
    }

    .spine-point-link.right::before {
      right: 100%;
    }

    .spine-point-link.right::after {
      right: calc(100% + 135px);
    }

   .cervical {
        left: 0;
        top: 90px;
    }
    .spine-point-link.left.cervical::before {
        transform: translateY(-50%) rotateZ(-13deg);
        margin-top: -8px;
        width: 130px;
    }
   .spine-point-link.left.cervical::after {
        top: -7px;
        left: calc(100% + 125px);
    }

    .thoracic {
        left: 15px;
        top: 210px;
    }
  .spine-point-link.left.thoracic::before {
        transform: translateY(-50%) rotateZ(-32deg);
        margin-top: -19px;
        width: 60px;
    }
    .spine-point-link.left.thoracic::after {
        top: -17px;
        left: calc(100% + 45px);
    }

    .lumbar {
        left: 50px;
        top: 315px;
    }
    .spine-point-link.left.lumbar::before {
        transform: translateY(-50%) rotateZ(-45deg);
        margin-top: -36px;
        width: 90px;
        margin-left: -12px;
    }
   .spine-point-link.left.lumbar::after {
        top: -50px;
        left: calc(100% + 56px);
    }

   .shoulder {
        right: 0;
        top: 90px;
    }
   .spine-point-link.right.shoulder::before {
        transform: translateY(-50%) rotateZ(354deg);
        width: 83px;
        margin-top: 3px;
    }
    .spine-point-link.right.shoulder::after {
        top: 24px;
        right: calc(100% + 82px);
    }
    .hip {
        right: 15px;
        top: 210px;
    }
   .spine-point-link.right.hip::before {
        transform: translateY(-50%) rotateZ(336deg);
        width: 116px;
        margin-top: 24px;
        margin-right: -5px;
    }
   .spine-point-link.right.hip::after {
        top: 65px;
        right: calc(100% + 106px);
    }
    .knee {
        right: 50px;
        top: 315px;
    }
    .spine-point-link.right.knee::before {
        transform: translateY(-50%) rotateZ(330deg);
        width: 120px;
        margin-top: 41px;
        margin-right: -12px;
    }
   .spine-point-link.right.knee::after {
        top: 90px;
        right: calc(100% + 100px);
    }
    /* Tablet */
    @media (max-width: 765px) {
      .body-link-section {
        padding: 30px 10px;
      }
        .spine-body-man {
            max-width: 185px !important;
        }
        .spine-body-link-wrapper {
            max-width: 350px;
        }
         .spine-point-link {
            width: 98px;
            min-height: 30px;
            padding: 9px 8px;
        }
        .shoulder{
            top: 80px;
        }
        .spine-point-link.right.shoulder::after {
            top: 50px;
            right: calc(80% + 0px);
        }
        .spine-point-link.right.shoulder::before {
            transform: translateY(-50%) rotateZ(331deg);
            width: 40px;
            margin-top: 28px;
            margin-right: -50px;
        }
        .cervical {
            top: 100px;
        }
       .spine-point-link.left.cervical::after {
            left: calc(100% + 20px);
            top: 2px;
        }
        .spine-point-link.left.cervical::before {
            transform: translateY(-50%) rotateZ(-30deg);
            margin-top: -4px;
            width: 20px;
            margin-left: 0px;
        }
        .spine-point-link.left.thoracic::after {
            top: -25px;
            left: calc(66% + 0px);
        }
        .spine-point-link.left.thoracic::before {
            transform: translateY(-50%) rotateZ(-46deg);
            margin-top: -29px;
            width: 35px;
            margin-left: -55px;
        }
        .thoracic {
            left: 4px;
            top: 210px;
        }
        .spine-point-link.left.lumbar::after {
            top: -19px;
            left: calc(100% + 0px);
        }
        .lumbar {
            left: 7px;
            top: 265px;
        }
        .spine-point-link.left.lumbar::before {
            transform: translateY(-50%) rotateZ(-43deg);
            margin-top: -24px;
            width: 21px;
            margin-left: -13px;
        }
        .hip {
            right: 5px;
        }
        .spine-point-link.right.hip::after {
            top: 45px;
            right: calc(100% + 8px);
        }
        .spine-point-link.right.hip::before {
            transform: translateY(-50%) rotateZ(336deg);
            width: 35px;
            margin-top: 25px;
            margin-right: -19px;
        }
        .knee {
            right: 10px;
            top: 270px;
        }
        .spine-point-link.right.knee::after {
            top: 80px;
            right: calc(100% + 30px);
        }
        .spine-point-link.right.knee::before {
            transform: translateY(-50%) rotateZ(330deg);
            width: 90px;
            margin-top: 40px;
            margin-right: -54px;
        }
    }

