.velp-ca-hero-copy h1, .vel-container h2{
    color: var(--vel-navy);
}
.velp-ca-hero-roi {
    text-align: center;
}
.velp-ca-hero-sub{
    max-width: 720px;
    margin-inline: auto;
}
.velp-ca-pills { 
    justify-content: center;
}
.roi-calc-wrap>div {
    border-radius: 24px;
    overflow: hidden;
}
.number-badge {
  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #f8a5813b;
  border: 1px solid var(--vel-orange);
  border-radius: 10px;

  color: var(--vel-orange-deep);
  font-size: 14px;
  font-weight: 800;

  margin-bottom: 20px;
}