@import url(./global.css);

.section__hero h1 {
    font-family: var(--font-family-bold);
    font-size: 60px;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 1em;
}

@media (max-width: 920px) {
    .section__hero h1 {
        font-size: 3em;
    }
}

@media (max-width: 425px) {
    .section__hero h1 {
        font-size: 2.4em;
    }
}
