.title-container h1{
  margin-top: 10px;
  font-size: 36px;
  color: #527ade; /* Colore blu dell'header */
  margin-bottom: 10px;
}

.services .subtitle {
  font-size: 18px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .services {
    margin-top:10px; /* Reduced from 100px since we now have title-container */
  }
}
