.page-resources-f8bet-security-features {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default dark text for light body background */
  line-height: 1.6;
  background-color: #f8f9fa; /* Slightly off-white background */
}

.page-resources-f8bet-security-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-resources-f8bet-security-features__text-center {
  text-align: center;
}

/* Color Contrast Classes */
.page-resources-f8bet-security-features__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-f8bet-security-features__dark-section {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-f8bet-security-features__section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  color: inherit; /* Inherit color from parent section for contrast */
}

.page-resources-f8bet-security-features__sub-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 15px;
  color: inherit; /* Inherit color from parent section for contrast */
}

.page-resources-f8bet-security-features__text-block {
  font-size: 17px;
  margin-bottom: 15px;
}

.page-resources-f8bet-security-features__image-wrapper {
  margin: 30px auto;
  text-align: center;
}