section.paragraph-section .content-container {
  max-width: 1133px;
  margin: 0 auto;
  padding-bottom: 119px;
  padding-top: 120px;
  border-top: 1px solid #ffffff1a;
}

section.paragraph-section .paragraph-text {
  font-family: "Cal Sans", sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 0.01rem;
  color: #fff;
  position: relative;
}


section.paragraph-section .paragraph-text svg {
  width: 44px;
  height: auto;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: -6px;
  mix-blend-mode: inherit;
}

section.paragraph-section .paragraph-text span.scrolled {
  display: inline-block;
  position: relative;
  background-image: none;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  mix-blend-mode: screen;
  color: #4273f1;
}

section.paragraph-section .paragraph-text span.scrolled::before {
  content: "";
  position: absolute;
  width: var(--reveal-width, 100%);
  height: 50px;
  backdrop-filter: brightness(100);
  right: 0;
}

section.paragraph-section .cta-group {
  margin-top: 57px;
}

@media screen and (max-width: 1130px) {
  section.paragraph-section .content-container {
    padding-inline: 26px;
    padding-top: 60px;
    padding-bottom: 59px;
  }
}

@media screen and (max-width: 980px) {
  section.paragraph-section .paragraph-text {
    font-size: 30px;
    line-height: 40px;
  }

  section.paragraph-section .paragraph-text svg {
    width: 28px;
    height: auto;
  }
  section.paragraph-section .paragraph-text span.scrolled {
    display: inline;
  }
  section.paragraph-section .paragraph-text span.scrolled::before {
    display: none;
  }

  section.paragraph-section .cta-group .cta-single span {
    padding: 12px 16px;
  }
  section.paragraph-section .cta-group{
    margin-top: 36px;
  }
}

@media screen and (max-width: 680px) {
  section.paragraph-section .paragraph-text {
    font-size: 28px;
    line-height: 36px;
  }

  section.paragraph-section .paragraph-text svg {
    width: 25px;
    height: auto;
  }
}
