.tcheading {
  margin: 0;
  background: linear-gradient(90deg,
      #4019fe 0%,
      #de19eb 38.54%,
      #ff6557 71.35%,
      #ff831d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;
  font-weight: 800;
}

.content-area p,
.content-area ol li,
.content-area h6,
.content-area ul li {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 170%;
  color: rgba(0, 0, 0, 0.6);
}

.content-area h6 {
  color: black;
  margin-bottom: 5px;
  margin-top: 25px;
  font-weight: 700;
}

.content-area ol li.list-ttl {
  color: #ff753a;
  font-weight: 800;
}

.content-area h4.orange-ttl {
  color: #ff753a;
}

.content-area h4.pink-ttl {
  color: #e82fc2;
}

.content-area h4 {
  color: #4c1afd;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 0;
  margin-top: 30px;
}

.termsSection,
.privacySection,
.refundSection {
  position: relative;
  padding-bottom: 120px;
}

.termsSection:after,
.privacySection:after,
.refundSection:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 40px;
  height: 100%;
  width: 100%;
  max-width: 160px;
  max-height: 140px;
  background-image: url("../images/flying-man.png");
  background-repeat: no-repeat;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.privacySection:after {
  background-image: url("../images/handbulb.png");
  background-size: contain;
  max-width: 230px;
  max-height: 230px;
}

.refundSection:after {
  background-image: url("../images/earth-pin-location.png");
  background-size: contain;
  max-width: 180px;
  max-height: 180px;
}

.imgandtchead {
  margin-top: 50px;
}

@media (max-width: 767.9px) {

  .termsSection:after,
  .privacySection:after,
  .refundSection:after {
    display: none;
  }

  .tcheading {
    font-size: 25px;
  }

  .content-area p,
  .content-area ol li,
  .content-area h6,
  .content-area ul li {
    font-size: 1rem;
    line-height: 28px;
  }


  .imgandtchead img {
    max-width: 48px;
  }

  .content-area h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {

  .termsSection:after,
  .privacySection:after,
  .refundSection:after {
    top: 75px;
  }

  .tcheading {
    font-size: 28px;
    flex: auto;
  }
}