
#terms-conditions-4 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#terms-conditions-4 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#terms-conditions-4 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}



#text-block-24 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #fdf8e1);
}
#text-block-24 .container {
  max-width: 1140px;
}
#text-block-24 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #5a4e3a;
  margin-bottom: 50px;
}
#text-block-24 .sticky-notes-board {
}
#text-block-24 .sticky-note {
  background-color: var(--note-color, #fff7b0);
  padding: 25px 20px;
  min-height: 180px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  transform: rotate(var(--rotation, 0deg));
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#text-block-24 .sticky-note:hover {
  transform: rotate(0deg) scale(1.05);
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
@media (max-width: 767.98px) {
  #text-block-24 {
    padding: 60px 0;
  }
  #text-block-24 .section-title-main {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  #text-block-24 .sticky-note {
    min-height: 150px;
    font-size: 1rem;
    padding: 20px 15px;
  }
}


