.nometnes-section {
  background: linear-gradient(135deg, #eaf8ff 0%, #ffffff 100%);
  padding: 60px 0;
  font-family: 'Arial', sans-serif;
}

.nometnes-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.nometnes-container li a {
  word-break: break-word;
  overflow-wrap: anywhere;
  display: inline-block;
  max-width: 100%;
}

.nometnes-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #003366;
  margin-bottom: 0px;
}

.section-line {
  border: none;
  border-top: 1px solid #ccc;
  margin: 10px auto 30px auto;
  width: 80%;
}

.nometnes-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.intro-text {
  flex: 1 1 400px;
}

.nometnes-info li > ul {
  margin-top: 10px;
}

.nometnes-container h3 {
  color: #003f6d;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.nometnes-container p {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #333;
}

.nometnes-container ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.nometnes-container li {
  margin-bottom: 8px;
  color: #003366;
}

.nometnes-container a {
  color: #005b96;
  text-decoration: none;
  font-weight: 500;
}

.nometnes-container a:hover {
  text-decoration: underline;
}

.nometnes-contact {
  font-size: 1rem;
  margin-top: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .nometnes-intro {
    flex-direction: column;
    text-align: center;
  }

  .intro-text {
    flex: 1 1 100%;
  }

  .nometnes-container {
    gap: 30px;
  }

  .nometnes-contact {
    text-align: center;
  }
}
