.dm-eyebrow {
    color: var(--accent);
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0;
    font-size: 17px;
    margin-bottom: 20px;
}

.dm-section-title {
    font-size: 52px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
    color: var(--text);
}

.dm-section-subtitle {
    color: var(--accent);
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0;
    font-size: 14px;
}

@media (max-width: 700px) {
    .dm-section-title {
        font-size: 32px;
    }
}
