:root {
  --lightBlue: #0546D8;
}

/* Cookie bar */
.col-animated_values {
  padding-bottom: 30px;
  border-bottom: 6px solid #050049;
}
.col-animated_values .large-text {
  font-size: 9.375rem;
  line-height: 127.5px;
  font-family: ThoughtLeadership-regular;
}
@media (max-width: 1024px) {
  .col-animated_values .large-text {
    font-size: 85px;
    line-height: 75px;
  }
}
@media (max-width: 768px) {
  .col-animated_values .large-text {
    font-size: 85px;
    line-height: 75px;
  }
}
.col-animated_values .value-one {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 60px;
}
.col-animated_values .value-one .line {
  width: 100%;
  height: 20px;
  -webkit-transform: rotate(-4.85deg) translateY(-65%);
          transform: rotate(-4.85deg) translateY(-65%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background-color: #fdc500;
  position: absolute;
  top: 65%;
  left: 0;
  opacity: 0.95;
}
