/* ===== Education Gamification — Layout (main container + headings) ===== */

.education_gamification-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.education_gamification-main-container {
  width: 100%;
  margin-bottom: 80px;
}

.education_gamification-main-container h1 {
  color: #000;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 30px;
}

.education_gamification-main-container h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 30px;
}

/* Tablet & down */
@media (max-width: 1200px) {
  .education_gamification-main {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

/* Mobile */
/* @media (max-width: 767px) { */
@media (max-width: 920px) {
  .education_gamification_shelves_buttons {
    width: -webkit-fill-available;
  }
  .education_gamification-main {
    flex-wrap: wrap; 
/* 	overflow-x: visible; */
  }
	.education_gamification-main-container h1 {
		  font-size: 30px;
	}
	
}
