.hr-section {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
}

.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: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-3);
}

.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);
}

.hr-section-content .hr-titel h2 {
    font-weight: 500;
    font-size: calc((2.2 - 1) * 1.2vw + 1rem);
    color: #1e355e;
}

.hr-section-content .hr-titel h2 span {
    color: #1e355e;
}
.hr-section-content .hr-text p {
    margin-bottom: 1rem;
    font-size: 1rem;
/*    letter-spacing: -.25px;*/
    line-height: 1.6;
    color: var(--color-1);
    font-weight: 300;
}

.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);
}
.hr-about-img{
    width: 550px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1350px;
    }
@media all and (min-width: 1024px) and (max-width: 1366px) and (orientation:portrait) {
    .hr-about-img{
        width: 450px;
        height: auto;
    }
}
@media screen and (max-width: 992px) {
    .hr-section {
        padding-bottom: 4.5rem;
        padding-top: 4.5rem;
    }
    .hr-about-img{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
}