.hr-section {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
    border-bottom: 1px solid var(--border-01);
}

.hr-section:last-child {
    border: none;
}

.hr-section-white {
    background: var(--white);
}

.hr-section-content {
    margin-bottom: 4.5rem;
}

.hr-section-content .hr-sub-titel {
    margin-bottom: 10px;
}
.hr-section-content .hr-sub-titel span {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--color-4);
    line-height: 1.625rem;
    font-family: var(--font-01);
    display: inline-block;
    margin-bottom: 5px;
}
.hr-section-content .hr-sub-titel span .left-vec {
    margin-right: 10px;
    vertical-align: baseline;
}
.hr-section-content .hr-sub-titel span .right-vec {
    margin-left: 10px;
    vertical-align: baseline;
}
.hr-section-content .hr-sub-titel h6 {
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--color-9);
}

.hr-section-content .hr-titel {
    margin-bottom: .25rem;
}

.hr-section-content .hr-titel h1 {
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: calc(1.325rem + .9vw);
    color: var(--color-3);
    font-family: var(--font-02);
}

.hr-section-content .hr-titel h2 {
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: calc(1.275rem + .3vw);
}

.hr-section-content .hr-titel h2 span {
    color: var(--color-3);
}

.hr-section-content .hr-text p {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    letter-spacing: -.25px;
    line-height: 1.6;
    color: var(--color-1);
}

.hr-section-content .hr-btns-wrap {
    margin-top: 2.5rem;
}

.hr-section-content .hr-text p:last-child {
    margin-bottom: 0;
}

.hr-dark-section {
    background: var(--color-2);
}

.hr-dark-section .hr-titel h1 {
    color: var(--white);
}

@media screen and (max-width: 992px) {
    .hr-section {
        padding-bottom: 4.5rem;
        padding-top: 4.5rem;
    }
}