.page-blog-c7clubs-slots-beginner-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F3F8FF);
  background-color: transparent;
}

.page-blog-c7clubs-slots-beginner-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-c7clubs-slots-beginner-guide__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: var(--deep-navy, #08162B);
  position: relative;
  overflow: hidden;
}

.page-blog-c7clubs-slots-beginner-guide__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}