/* ================================
   HERO
   ================================ */

.hero-trastornadas {
    position: relative;
    overflow: hidden;
}

/* Título principal */
.hero-trastornadas h1 {
    font-family: var(--font-heading);
    font-size: 120px;
    line-height: 0.85;
    font-weight: 700;
}

/* Texto */
.hero-trastornadas p {
    font-family: var(--font-body);
}