.hf-area .content h2 {
    color: var(--color-text-1);
    font-size: 34px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -1px;
    line-height: 40px;
    margin-bottom: 10px;
}
@media (min-width: 576px) {
    .hf-area .content h2 {
        font-size: 40px;
        line-height: 46px;
    }
}
@media (min-width: 768px) {
    .hf-area .content h2 {
        font-size: 48px;
        line-height: 54px;
    }
}
@media (min-width: 992px) {
    .hf-area .content h2 {
        font-size: 70px;
        line-height: 77px;
    }
}

.hf-line {
    margin-top: 5rem;
}
.hf-line--inner {
    border: 1px solid var(--red);
    width: 33.33%;
    opacity: .5;
}
.hf-line--inner.active {
    border: 2px solid var(--red);
    opacity: 1;
}
.hf-arrow {
    color: var(--red);
    opacity: .5;
}
.hf-arrow:hover {
    opacity: 1;
}