/* ****************************** */
/* HEADER */
/* ****************************** */

.header-building-people {
    background-image: linear-gradient(to right bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1)),
    url("/images/achtergronden/grace_building-people-header.jpg");
    background-position: left;
    background-size: cover;
    min-height: 50rem;
    position: relative;
}

.header-building-people-tekst-box {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.header-building-people-tekst-box img {
    width: 10%;
    border-radius: 50%;
    border: .3rem solid #FFE37E;
    background: linear-gradient(to right, #FFE37E, #F9B000);
    margin-bottom: 3rem;
}

.header-building-people-tekst-box h1 {
    color: #F9B000;
    font-weight: normal;
}

.header-building-people-tekst-box h1 span {
    font-weight: bold;
}

.header-building-people-tekst-box hr {
    display: inline-block;
    width: 20rem;
    border: .1rem solid #F9B000;
}

/* ****************************** */
/* INTRO BUILDING PEOPLE */
/* ****************************** */
.section-intro-building-people {
    padding: 9.6rem 0;
}

.intro-building-people-tekst h2 {
    text-align: center;
    color: #003057;
    margin-bottom: 2rem;
}

.intro-building-people-tekst p {
    line-height: 1.7;
}

/* ****************************** */
/* HOE DOEN WE DIT */
/* ****************************** */
.section-hoe-doen-we-dit {
    padding: 9.6rem 0;
    background-image: linear-gradient(to right bottom,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.4)),
    url("/images/achtergronden/grace-business-group_background.jpg");
    background-position: top;
    background-size: cover;
}

.hoe-doen-we-dit-tekst h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
}

.hoe-doen-we-dit-tekst p {
    line-height: 1.7;
    color: #fff;
}

/* ****************************** */
/* RESULTAAT */
/* ****************************** */
.section-resultaat {
    padding: 9.6rem 0;
}

.resultaat-tekst h2 {
    text-align: center;
    color: #003057;
    margin-bottom: 2rem;
}

.resultaat-tekst p {
    line-height: 1.7;
}

.resultaat-tekst img {
    width: 30%;
    display: block;
    margin: 0 auto;
}

/* ****************************** */
/* KEYS ACTIVATOR */
/* ****************************** */
.section-keys-activator {
    margin: 9.6rem auto;
    background-image: linear-gradient(to right bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)),
    url("/images/achtergronden/grace_building-people-header.jpg");
    background-position: top;
    background-size: cover;
    padding: 9.6rem 0;
}

.keys-activator {
    border: .3rem solid #FFE37E;
    background-color: #fff;
    border-radius: 5rem;
    padding: 4.8rem 9.6rem;
    width: 50%;
    margin-top: -20rem;
}

.keys-activator h2 {
    color: #003057;
    margin-bottom: 2rem;
}

.keys-activator p {
    line-height: 1.7;
}

.keys-activator img {
    width: 50%;
    border-radius: 3rem;
}

.wrap {
    float: right;
    margin: 5px;
}

/* ****************************** */
/* SLOGAN BUILDING PEOPLE */
/* ****************************** */
.section-slogan-keys-activator {
    padding-bottom: 9.6rem;
}

.quote-keys-activator {
    text-align: center;
}

.quote-keys-activator blockquote {
    color: #F9B000;
    font-size: 3.6rem;
    line-height: 1.5;
}

.quote-keys-activator img {
    width: 30%;
}

/* ****************************** */
/* CTA BUILDING PEOPLE */
/* ****************************** */
.section-cta-building-people {
    background-image: linear-gradient(to right bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1)),
    url("/images/achtergronden/grace_building-people-header.jpg");
    background-position: center;
    background-size: cover;
    padding: 9.6rem 0;
}

.cta-building-people {
    padding: 0 6.4rem;
    text-align: center;
}

.cta-building-people p:nth-child(1) {
    font-family: "Charter-Regular", sans-serif;
    font-size: 3.6rem;
    color: #F9B000;
    letter-spacing: .1rem;
    margin-bottom: 1rem;
    font-weight: normal;
    line-height: 1.4;
}

.cta-building-people p:nth-child(2) {
    font-family: "Charter-Regular", sans-serif;
    color: #fff;
    font-weight: lighter;
    letter-spacing: .1rem;
}

.cta-building-people button {
    border: none;
    background: linear-gradient(to right, #FFE37E, #F9B000);
    color: #003057;
    padding: 1.6rem 3.2rem;
    border-radius: 5rem;
    transition: all .3s;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 5rem;
}

.cta-building-people button:hover {
    background: linear-gradient(to right, #F9B000, #FFE37E);
    color: #003057;
}