/* =========================================================
   TITULOS DE SECCION
   ========================================================= */

.section-heading {
    display: grid;
    grid-template-columns: 1fr .6fr;
    gap: 80px;
    margin: 40px 0 70px;
    align-items: end;
}

.section-heading h2 {
    font-size: clamp(40px, 4.5vw, 68px);
    line-height: 1.02;
    letter-spacing: -.055em;
    font-weight: 500;
}

.section-heading h2 em {
    color: var(--green-dark);
    font-style: normal;
}

.section-heading p {
    font-size: 12px;
    line-height: 1.8;
    color: var(--gray);
    max-width: 400px;
}