#product-overview {
    background: url("images/is-elektrisch-steppen-gezond.jpg") bottom/cover no-repeat;
    height: 625px;
    width: 100%;
    padding: 10px;
    margin-top: 43px;
}

.section-title {
    color: #538848;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 50px;
}

#product-overview h1 {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 34px;
    position: absolute;
    bottom: 1120px;
    left: 3%;
}

.plan__list {
    width: 80%;
    margin: auto;
    text-align: center;
}

.plan {
    background: #72bb72;
    text-align: center;
    padding: 16px;
    margin: 8px;
    display: inline-block;
    width: 31%;
    vertical-align: middle;
}

.plan--highlighted {
    background: #448d44;
    color: white;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.plan__annotation {
    background: white;
    color: #53ac53;
    padding: 8px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.plan__title {
    color: #0e4f1f;
}

.plan__price {
    color: #ffffff;
}

.plan--highlighted .plan__price {
    color: #0e4f1f;
}

.plan--highlighted .plan__title {
    color: white;
}

.plan__features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.plan__feature {
    margin: 8px 0px;
}

.abonnementen {
    margin: 15px 0 0 0;
}

#abonnement__knop {
    width: 80%;
    margin: auto;
    display: block;
}

.abonnement__price {
    text-decoration: none;
    display: inline-block;
    font-family: "Bebas Neue", serif;
}

#key-features {
    background: #ff1b68;
    margin-top: 80px;
    padding: 16px;
}

#key-features .section-title {
    color: white;
    margin: 32px;
}

.key-feature__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.key-feature {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.key-feature__image {
    background: #ffcede;
    width: 128px;
    height: 128px;
    border: 2px solid #424242;
    border-radius: 50%;
    margin: auto;
}

.key-feature__description {
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 20px;
}