.hero {
    margin-top: 96px;
}

.hero__row {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.hero__title {
    font-weight: 600;
    font-size: 44px;
    line-height: 1.1;
    color: var(--type-color);
    max-width: 957px;
}

.hero__line {
    border: none;
    border-top: 1px solid var(--main-color);
    width: 100%;
}

@media (max-width: 767px) {
    .hero {
        margin-top: 48px;
    }

    .hero__title {
        font-size: 28px;
    }
}
