.draw-animation {
  margin: 0 5rem;
  margin-top: 4rem;
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  gap:.5rem;
}

.text-draw {
  color: #0d4a4a;
  font-size: 3.5vw;
  text-decoration: none;
}

.text-draw__p {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-draw__box {
  color: #d95f5f;
  width: 100%;
  height: 0.4em;
  position: relative;
}

.text-draw__box-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible !important;
}
