.elementor-27415 .elementor-element.elementor-element-84423cf{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3a634ff *//* Container for the Terms of Use section */
.terms-of-use-container {
  max-width: 1200px;
  margin: 50px auto;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Title of the page */
.terms-title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Arial', sans-serif;
}

/* Introductory text */
.terms-intro {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  text-align: center;
}

/* Terms list section */
.terms-list {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

/* Heading for each section */
.terms-list h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
  color: #2a2a2a;
}

/* List items under prohibited uses */
.terms-list ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 10px;
}

/* Links style */
.terms-list a {
  color: #1e6eb7;
  text-decoration: none;
}

.terms-list a:hover {
  text-decoration: underline;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
  .terms-of-use-container {
    padding: 15px;
  }

  .terms-title {
    font-size: 28px;
  }

  .terms-intro {
    font-size: 16px;
  }

  .terms-list {
    font-size: 14px;
  }

  .terms-list h2 {
    font-size: 18px;
  }
}/* End custom CSS */