/* ==========================
   TERMS OF USE SECTION
========================== */
.terms-of-use {
  background-color: #f9f9f9;
  padding: 70px 0;
  color: #004080;
  font-family: Arial, sans-serif;
  line-height: 1.8;
}

.terms-of-use .container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.terms-of-use h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 25px;
  color: #002a66;
  position: relative;
}

.terms-of-use h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #0078ff;
  margin: 12px auto 0;
  border-radius: 2px;
}

.terms-of-use h3 {
  margin-top: 35px;
  margin-bottom: 15px;
  color: #003366;
  font-size: 1.25rem;
}

.terms-of-use ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}

.terms-of-use p,
.terms-of-use li {
  font-size: 1rem;
  color: #003366;
}

.terms-of-use a {
  color: #0078ff;
  text-decoration: none;
}

.terms-of-use a:hover {
  text-decoration: underline;
}

.terms-of-use strong {
  color: #002a66;
}

.terms-of-use .contact-note {
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
  font-size: 1.05rem;
  color: #002a66;
}
