body .de-hero-no-image *{
font-family: "Poppins", sans-serif !important;
}

.de-hero-no-image {
  background: #ffffff;
  padding: 120px 0 140px;
}

.de-hero-no-image__container{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Eyebrow / kicker */
.de-hero-no-image__eyebrow{
  display: block;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  color: #0B0F6A; /* blu profondo */
}

/* Headline principale */
.de-hero-no-image__title{
  margin: 0 0 32px;
  font-weight: 700;
  font-size: clamp(36px, 4.5vw, 40px);
  color: var(--de-blue);
}

{#.de-hero-no-image__title span {
  font-family: "Playfair Display", serif !important;
  font-style: italic;
  color: var(--de-purple);
}#}

.de-hero-no-image__title span {
  color: var(--de-purple);
}

/* Descrizione */
.de-hero-no-image__desc{
  font-size: 18px;
  color: var(--de-black);

}

.de-hero-no-image__desc p{
    line-height: 1.7;
}

.de-hero-no-image__desc p:last-child{
  margin-bottom: 0;
}
