/* style/resources-new-slot-games-2024.css */

:root {
  --primary-color: #26A9E0;
  --secondary-color: #EA7C07;
  --background-color: #FFFFFF;
  --text-color-dark: #333333;
  --text-color-light: #FFFFFF;
  --border-color: #e0e0e0;
}

.page-resources-new-slot-games-2024 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
  background-color: var(--background-color);
}

.page-resources-new-slot-games-2024__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-new-slot-games-2024__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-new-slot-games-2024__section-title {
  font-size: 36px;
  color: var(--primary-color);
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-new-slot-games-2024__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  border-radius: 2px;
}

.page-resources-new-slot-games-2024__subtitle {
  font-size: 24px;
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-new-slot-games-2024__text-block {
  font-size: 18px;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}