.intro-content {
	max-width: 660px;
    color: var(--blue);
}

.intro-content .title {
    margin-bottom: 8px;
    font-family: var(--giorgio);
    font-weight: var(--font-weight-black);
    font-size: 5.625rem;
    line-height: 0.8;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: inherit;
}

.intro-content .title small {
    display: block;
    font-family: var(--typewriter);
    font-weight: normal;
    font-size: 1.1875rem;
    letter-spacing: 0.2em;
    text-transform: none;
}

.intro-content .title-script {
    display: block;
    margin-top: -14px;
    font-family: var(--handelson);
    font-weight: normal;
    font-size: 3.125rem;
    letter-spacing: 0;
    text-transform: none;
    color: var(--red);
}

.intro-content .description {
    font-family: var(--sofia);
    font-weight: normal;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: inherit;
}

@media (min-width: 64em) {
    .intro-content .title {
        font-size: 7.5rem;
    }

    .intro-content .title small {
        font-size: 1.5rem;
    }

    .intro-content .title-script {
        font-size: 4.53625rem;
    }

    .intro-content .description {
        font-size: var(--text-lg);
        line-height: calc(29/18);
    }
}