.freemoney_bannerBlock {
  width: 100%;
  height: 200px;
  position: relative;
  background: linear-gradient(97.04deg, #ACF9FF -16.59%, #F3E8FF 8.44%, #E9D4FF 84.02%, #ACF9FF 121.87%);
  display: flex;
  border-radius: 8px;
  z-index: 0;
  margin-bottom: 2.5rem;
}
.freemoney_bannerBlock > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
  
.freemoney_bannerBlock .bannerTextArea {
  box-sizing: border-box;
  width: 65%;
  height: 100%;
  padding-top: calc(200px* 0.06);
  padding-bottom: calc(200px* 0.05);
  padding-left: 3.5%;
  font-weight: bold;
  /* flex */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.freemoney_bannerBlock .bannerTextArea .title>h1 {
  font-size: calc(200px* 0.18);
  line-height: calc(200px* 0.2);
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  background: linear-gradient(to bottom, #621c9b 0%,#8d24ec 50%,#d8b3ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.freemoney_bannerBlock .bannerTextArea .title>h1::before{
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: white;
  -webkit-text-stroke: 6px white;
  text-shadow: 
      0 1px 4px rgba(0, 0, 0, 0.8),
      0 1px 8px rgba(0, 0, 0, 0.8);
}

.freemoney_bannerBlock .bannerTextArea .title {
  margin-bottom: calc(200px* 0.08);
}

.freemoney_bannerBlock .bannerTextArea .subTitle {
  margin-bottom: calc(200px* 0.05);
}

.freemoney_bannerBlock .bannerTextArea .subTitle>p {
  font-size: calc(200px* 0.11);
  font-weight: 900;
  color: #8D24EC;
  line-height: 1.3;
  overflow: hidden;
  word-break: keep-all;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.freemoney_bannerBlock .bannerTextArea .content>p {
  font-size: calc(200px* 0.07);
  color: #581A89;
  line-height: calc(200px* 0.09);
  overflow: hidden;
  word-break: keep-all;
  margin: 0;
  letter-spacing: 0.5px;
  display: block;
}

.freemoney_bannerBlock .bannerTextArea .content img {
  width: calc(200px* 0.1);
}

.freemoney_bannerBlock .bannerTextArea .content .warning-text {
  line-height: calc(200px* 0.11);
  margin-top: calc(200px* 0.05);;
}

.freemoney_bannerBlock .bannerTextArea .content > p > span {
  font-weight: bold;
}

.freemoney_bannerBlock .bannerTextArea .content span.banner_highlight {
  display: inline-block !important;
  color: #C082FE;
  font-weight: bold;
  text-shadow:
      -0.5px -0.5px 0 #f9f2fd,
      0.5px -0.5px 0 #f9f2fd,
      -0.5px 0.5px 0 #f9f2fd,
      0.5px 0.5px 0 #f9f2fd,
      -0.5px -1px 0 #f9f2fd,
      0.5px -1px 0 #f9f2fd,
      -0.5px 1px 0 #f9f2fd,
      0.5px 1px 0 #f9f2fd,
      -1px -0.5px 0 #f9f2fd,
      1px -0.5px 0 #f9f2fd,
      -1px 0.5px 0 #f9f2fd,
      1px 0.5px 0 #f9f2fd,
      0 0 2.5px #f9f2fd;
}

.freemoney_bannerBlock .bannerImgArea {
  box-sizing: border-box;
  width: 35%;
  height: 100%;
  padding-right: 4%;
  padding-top: calc(200px* 0.07);
  padding-bottom: calc(200px* 0.05);
  overflow: hidden;
  text-align: center;
  position: relative;
}

.freemoney_bannerBlock .bannerImgArea img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .freemoney_bannerBlock .bannerImgArea {
      display: flex;
      align-items: center;
  }

  .freemoney_bannerBlock .bannerImgArea img {
      height: auto;
      max-width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .freemoney_bannerBlock .bannerTextArea {
      display: flex;
      align-items: start;
      justify-content: center;
      flex-direction: column;
  }

  .freemoney_bannerBlock .bannerTextArea .title {
      font-size: 52px;
  }

  .freemoney_bannerBlock .bannerTextArea .subTitle {
      font-size: 24px;
      height: auto;
      line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  .freemoney_bannerBlock {
    height: 220px;
    background: url('/static/img/mobile/banner/freemoney.webp') no-repeat;
    background-size: cover;
  }

  .freemoney_bannerBlock .bannerTextArea {
      width: 100%;
      height: auto;
      padding: 20px;
      float: none;
  }

  .freemoney_bannerBlock .bannerTextArea .title {
      margin-bottom: 8px;
  }

  .freemoney_bannerBlock .bannerTextArea .title>h1 {
    font-family: 'Black Han Sans', sans-serif !important;
    background: linear-gradient(180deg, #3b1a57 0%, #954fca 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .freemoney_bannerBlock .bannerTextArea .subTitle {
      height: auto;
  }

  .freemoney_bannerBlock .bannerTextArea .subTitle>p {
    font-size: 20px;
    color: #3B0566;
    line-height: 1.3;
    text-shadow: none;
  }

  .freemoney_bannerBlock .bannerImgArea,
  .freemoney_bannerBlock .bannerTextArea .content {
      display: none;
  } 
}

@media screen and (max-width: 768px) {
  .freemoney_bannerBlock {
      height: 150px;
  }
}

@media screen and (max-width: 565px) {
  .freemoney_bannerBlock {
    background-position: center right;
  }

  .freemoney_bannerBlock .bannerTextArea {
      min-height: 200px;
      padding: 15px 10px;
  }

  .freemoney_bannerBlock .bannerTextArea .title {
      margin-bottom: 0;
  }

  .freemoney_bannerBlock .bannerTextArea .subTitle>p {
      font-size: calc(200px* 0.1);
      letter-spacing: 1px;
      line-height: 1.4;
  }

  .freemoney_bannerBlock .bannerTextArea .title {
    margin-bottom: calc(200px* 0.05);
  }

  .freemoney_bannerBlock .bannerTextArea .title>h1 {
    font-size: calc(200px* 0.165);
  }
}

@media screen and (max-width: 480px) {
  .freemoney_bannerBlock .bannerTextArea .subTitle>h2 {
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 1.4;
  }
}

@media screen and (max-width: 400px) {
  .freemoney_bannerBlock .bannerTextArea .subTitle>p {
    font-size: calc(200px* 0.09);
  }

  .freemoney_bannerBlock .bannerTextArea .subTitle>p {
    height: auto;
  }
}