.page-index-beginner-guide {
  font-family: 'Arial', sans-serif;
  color: #333333;
  background-color: #FFFFFF;
}

.page-index-beginner-guide__section {
  padding: 60px 20px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-index-beginner-guide__section:nth-child(even) {
  background-color: #ffffff;
}

.page-index-beginner-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-index-beginner-guide__heading {
  font-size: 32px;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}