.board_tipsterBlock {
  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;
}
.board_tipsterBlock > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.board_tipsterBlock .bannerTextArea {
  box-sizing: border-box;
  width: 65%;
  height: 100%;
  padding-top: calc(200px* 0.09);
  padding-bottom: calc(200px* 0.05);
  padding-left: 3.5%;
  font-weight: bold;
  /* flex */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.board_tipsterBlock .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;
}

.board_tipsterBlock .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);
}

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

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

.board_tipsterBlock .bannerTextArea .subTitle>p{
  font-size: calc(200px* 0.1);
  font-weight: bold;
  color: #8D24EC;
  line-height: 1;
  overflow: hidden;
  word-break: keep-all;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.board_tipsterBlock .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;
}
.board_tipsterBlock .bannerTextArea .content > p > span{
  font-weight: bold;
}
.board_tipsterBlock .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;
}
.board_tipsterBlock .bannerImgArea img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 991px){
  .board_tipsterBlock {
    height: 220px;
    background: url('/static/img/mobile/banner/tipster.webp') no-repeat;
    background-size: cover;
  }
  .board_tipsterBlock .bannerTextArea{
    width: 100%;
    height: auto;
    padding: 20px;
    float: none;
  }
  .board_tipsterBlock .bannerTextArea .subTitle{
    font-size: 20px;
    height: auto;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .board_tipsterBlock .bannerTextArea .content{
    font-size: 16px;
    height: auto;
    line-height: 20px;
  }
  .board_tipsterBlock .bannerTextArea .content,
  .board_tipsterBlock .bannerImgArea{
    display: none;
  }
  .board_tipsterBlock .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;
  }
  .board_tipsterBlock .bannerTextArea .subTitle>p {
    font-size: 20px;
    color: #3B0566;
    line-height: 1.3;
    text-shadow: none;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .board_tipsterBlock {
      height: 150px;
  }
}
@media screen and (max-width: 565px){
  .board_tipsterBlock {
    background-position: center right;
  }
  .board_tipsterBlock .bannerTextArea .title>h1 {
    font-size: calc(200px* 0.165);
  }

  .board_tipsterBlock .bannerTextArea .subTitle>p {
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 1.4;
  }
}
@media screen and (max-width: 480px){
  .board_tipsterBlock .bannerTextArea {
      padding: 15px 10px;
  }
  .board_tipsterBlock .bannerTextArea .title {
      font-size: 30px;
  }
  .board_tipsterBlock .bannerTextArea .subTitle {
      font-size: 14px;
      line-height: 24px;
  }
  .board_tipsterBlock .bannerTextArea .content {
      font-size: 12px;
      line-height: 18px;
  }
}
@media screen and (max-width: 350px){
  .board_tipsterBlock .bannerTextArea .title {
      font-size: 23px;
  }
  .board_tipsterBlock .bannerTextArea .subTitle {
      font-size: 13px;
      line-height: 20px;
  }
  .board_tipsterBlock .bannerTextArea .content {
      font-size: 11px;
      line-height: 16px;
  }
}