/* Desktop and shared styles */
.watts-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(4rem, 8vw, 6.5rem); /* Responsive and visible */
  margin-top: 1rem;
  letter-spacing: 1px;
  color: #d4af37;
  text-align: center;
  font-weight: 600;
}

/* Mobile-specific tweaks */
@media only screen and (max-width: 768px) {
  body {
    padding: 1rem;
  }

  section {
    padding: 2rem 1rem;
  }

  #finlentech-banner p {
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
  }

  #partners div {
    width: 100% !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  /* 🚫 Removed .watts-title override */
}

.center-media {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
