.gborder .tn-atom {
  position: relative;
}
.gborder .tn-atom::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(180deg, #810081, #FA5D6D);
  border-radius: 34px;
  z-index: -1;
}

.my-paragraph {
  text-indent: 150px;
}
