.section-heading, .section-subheading {
    color: #0b2e59; /* Dark Blue */
  }

.btn:hover {
    color: white;
}

  .thermal-moisture-section img {
    max-height: 400px;
    object-fit: cover;
  }

  @media (max-width: 768px) {
    .section-heading {
      font-size: 1.75rem;
    }

    .section-subheading {
      font-size: 1.4rem;
    }
  }
.section-title {
  color: #003366; /* Dark Blue */
  font-weight: 700;
  font-size: 2.5rem;
}

.section-subtitle {
  color: #003366;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.custom-list {
  padding-left: 1.2rem;
}

.custom-list li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}