@-webkit-keyframes pulse {
  from {
    scale: 1;
  }
  to {
    scale: 1.1;
  }
}
@keyframes pulse {
  from {
    scale: 1;
  }
  to {
    scale: 1.1;
  }
}
.tcl-split-text {
  padding: 30px 0;
}
.tcl-split-text .col-xl-6 {
  position: relative;
}
.tcl-split-text svg {
  position: absolute;
  top: -21px;
}
.tcl-split-text__wrapper {
  -webkit-column-gap: calc(var(--bs-gutter-x));
     -moz-column-gap: calc(var(--bs-gutter-x));
          column-gap: calc(var(--bs-gutter-x));
}
.tcl-split-text__wrapper p {
  margin-bottom: 0;
}
.tcl-split-text__wrapper--indent {
  text-indent: 15px;
}
.tcl-split-text__wrapper--indent > :first-child {
  text-indent: 30px;
}
.tcl-split-text__wrapper--initial {
  padding-top: 15px;
}
.tcl-split-text__wrapper--initial > :first-child {
  text-indent: 0;
  position: relative;
  z-index: 1;
}
.tcl-split-text__wrapper--initial > :first-child::first-letter {
  font-size: 54px;
  float: left;
  margin-top: -15px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .tcl-split-text__wrapper {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
  }
}