.hr-section {
    padding-bottom: 130px;
    padding-top: 84px;
}

.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 h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--color-3);
    padding: 4px 15px;
    display: inline-block;
    line-height: 25px;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    font-family: var(--font-01);
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
}
.hr-section-content .hr-sub-titel h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--color-3);
    padding: 4px 15px;
    display: inline-block;
    line-height: 25px;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    font-family: var(--font-01);
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
}
.hr-section-content .hr-titel {
/*    margin-bottom: .25rem;*/
}

.hr-section-content .hr-titel h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 50px;
    font-family: var(--font-02);
    color: var(--color-4);
}
.hr-section-content .hr-titel h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 50px;
    font-family: var(--font-02);
    color: var(--color-4);
}
.hr-section-content .hr-titel h3 {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 50px;
    font-family: var(--font-02);
    color: var(--color-4);
}
.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: 17px;
/*    letter-spacing: -.25px;*/
    line-height: 29px;
    color: #525252;
    font-family: var(--font-01);
    font-weight: 600;
}

.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 (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1350px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hr-section-content .hr-titel h1 {
        font-size: 38px;
    }
    .hr-section-content .hr-titel h2 {
        font-size: 38px;
    }
    .hr-section-content .hr-titel h3 {
        font-size: 38px;
    }
}
@media screen and (max-width: 992px) {
    .hr-section {
        padding-bottom: 30px;
        padding-top: 60px;
    }
}
@media (max-width:767.98px){
    .hr-section-content .hr-sub-titel h6 {
        font-size: 14px;
    }
    .hr-section-content .hr-sub-titel h2 {
        font-size: 14px;
    }
    .hr-section-content .hr-titel h1{
        font-size: 30px;
    }
    .hr-section-content .hr-titel h2{
        font-size: 30px;
    }
    .hr-section-content .hr-titel h3{
        font-size: 30px;
    }
}