.elementor-374 .elementor-element.elementor-element-da8ed85 > .elementor-container{min-height:400px;}.elementor-374 .elementor-element.elementor-element-da8ed85{margin-top:5%;margin-bottom:5%;}@media(max-width:767px){.elementor-374 .elementor-element.elementor-element-da8ed85{margin-top:33%;margin-bottom:33%;}}/* Start custom CSS for html, class: .elementor-element-8112ac2 *//* Base container responsiveness */
#terms-wrapper {
  max-width: 1000px;
  margin: auto;
  padding: 40px 20px;
  font-family: 'Montserrat', sans-serif;
  color: #111;
}

/* Typography scaling */
#terms-wrapper h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

#terms-wrapper h4 {
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 15px;
}

#terms-wrapper p, 
#terms-wrapper li {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

/* Responsive table of contents */
#terms-wrapper ul {
  padding-left: 20px;
  list-style-type: disc;
  line-height: 2;
}

/* Box styling */
#terms-wrapper .terms-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

/* Links */
#terms-wrapper a {
  color: #eb1e20;
  text-decoration: none;
}
#terms-wrapper a:hover {
  text-decoration: underline;
}

/* Responsive media query */
@media screen and (max-width: 768px) {
  #terms-wrapper h1 {
    font-size: 1.8rem;
  }
  #terms-wrapper h4 {
    font-size: 1.1rem;
  }
  #terms-wrapper p, 
  #terms-wrapper li {
    font-size: 0.95rem;
  }
  #terms-wrapper .terms-box {
    padding: 20px;
  }
}/* End custom CSS */