:root {
  --co-title-font-1: 0.727rem;
  --co-title-font-2: 0.909rem;
  --co-font-1: 0.45rem !important; /* 10px */
  --co-font-2: 0.636rem !important; /* 14px */
  --co-font-3: var(--co-title-font-1); /* 16px */
  --co-font-4: var(--co-title-font-2); /* 20px */
  --co-font-5: 0.545rem; /* 12px */
  --co-font-6: 0.818rem; /* 18px */
  --co-font-7: 1.2727rem; /* 28px */
  --co-font-8: 1.636rem; /* 36px */
  --co-font-9: 1.818rem; /* 40px */
  /* --co-font-9: 1.636rem ; */
}

@media screen {
  :root {
    --co-font-big-22: 0.415rem; /* 33px */
    --co-font-big-33: 0.623rem; /* 33px */
    --co-font-big-40: 0.754rem; /* 40px */
    --co-font-big-52: 0.981rem; /* 52px */
    --co-font-big-60: 1.132rem; /* 60px */
    --co-font-big-80: 1.509rem; /* 80px */
    --co-font-big-85: 1.6037rem; /* 85px */
    --co-font-big-90: 1.6037rem; /* 85px */
    --co-font-big-95: 1.792rem; /* 95px */
    --co-font-big-100: 1.8867rem; /* 100px */
  }
}

.analog-vs-digital__inner-text-container > p {
  width: 8.136rem;
  font-size: var(--co-font-2);
  line-height: var(--co-font-2);
  font-weight: 400;
  text-align: center;
}

.analog-vs-digital__down-arrow {
  height: 1rem !important;
  left: 2rem;
  top: 0.5rem;
  width: 1.45rem !important;
}
.analog-vs-digital__round-arrow {
  height: 0.85rem !important;
  width: 1.77rem !important;
}
.analog-vs-digital__circle {
  /* left: 15.3rem !important; */
  width: 2rem !important;
}
.vertical-line {
  z-index: -1;
  /* height: 28.3rem; */
  height: 5rem !important;
  position: absolute;
  border: 1px solid var(--brandClr);
  left: 49.8%;
  top: 4.45rem !important;
  text-align: center !important;
}
.analog-vs-digital .title > span {
  margin: 2rem;
}
@media screen and (min-width: 768px) {
  .analog-vs-digital__inner-text-container {
    margin-top: 0.5rem !important;
  }
  .analog-vs-digital__inner-text-container > p {
    width: 13.9rem !important;
  }
  .analog-vs-digital__down-arrow {
    width: 3rem !important;
    height: 2rem !important;
    left: 6.9rem !important;
    top: 0.5rem !important;
  }
  .analog-vs-digital__round-arrow {
    height: 2.1rem !important;
    width: 2rem !important;
    right: 8rem !important;
    top: 0.5rem !important;
  }
  .analog-vs-digital__circle {
    left: 15rem !important;
    height: 1.88rem;
    width: 2.18rem !important;
    top: -0.3rem;
  }
  .vertical-line {
    z-index: -1;
    height: 5.7rem !important;
    position: absolute;
    border: 1px solid var(--brandClr);
    left: 49.93%;
    top: 4.8rem !important;
    text-align: center !important;
  }
}

.cancer-container .title {
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.cancer-container .title > span {
  margin: 1rem;
  font-size: 1.13rem;
}

.analog-vs-digital::before {
  display: none !important;
}

/* .title {
  margin-bottom: 0.81rem;
}
@media screen and (min-width: 768px) {
  .title {
    margin-bottom: 1rem;
  }
} */
