body.page-template-live-gaming-platform {
  background: #F1F1F1;
}

#live-gaming-platform-page {
  margin-top: 110px;
  margin-bottom: 24px;
}

#live-gaming-platform-page .gaming-platform-iframe {
  margin-bottom: 24px;
  padding-right: 16px;
  padding-left: 16px;
}

#live-gaming-platform-page .gaming-platform-iframe iframe {
  border-radius: 20px;
}

#live-gaming-platform-page .fqa_section {
  padding: 0px;
}

#live-gaming-platform-page .faq-section-content {
  background: #FFF;
  border-radius: 20px;
  padding: 40px 80px;
}

#live-gaming-platform-page h2,
#live-gaming-platform-page p {
  text-align: left !important;
}

#live-gaming-platform-page h2 {
  color: #171717;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 16px;
}

#live-gaming-platform-page p {
  color: #171717;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0px;
}

#live-gaming-platform-page .fqa_section_title {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #F2F2F2;
}


#live-gaming-platform-page .fqa_section_hero {
  background: #FAFAFA;
  border-radius: 20px;
  border-bottom: none;
  padding: 16px 24px;
}

#live-gaming-platform-page .fqa_section_hero .fqa_section_hero_question {
  align-items: center;
}

#live-gaming-platform-page .fqa_section_hero_question h3 {
  margin-bottom: 0px;
}

#live-gaming-platform-page .fqa_section_hero-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 992px) {
  #live-gaming-platform-page .gaming-platform-iframe {
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  #live-gaming-platform-page .gaming-platform-iframe iframe {
    border-radius: 0px;
  }

  #live-gaming-platform-page .gaming-platform-iframe .container-fluid {
    padding: 0px;
  }
}

@media screen and (max-width: 575px) {
  #live-gaming-platform-page {
    margin-top: 90px;
    margin-bottom: 40px;
  }

  #live-gaming-platform-page .faq-section-content {
    background: #F1F1F1;
    padding: 0px;
  }

  #live-gaming-platform-page h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }

  #live-gaming-platform-page .fqa_section_hero .fqa_section_hero_question h3 {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }

  #live-gaming-platform-page .fqa_section_hero .fqa_section_hero_answer {
    font-size: 12px;
  }
}