.scrollCards_personal, .scrollCards_docs {
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

.scrollCards_personal {
    background-image: url('../assets/rolands_11.jpg');
}
.scrollCards_docs {
    background-image: url('../assets/rolands_2-4.jpg');
}
.cardWrapper {
    text-align: center;
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
}

section.collections {
    display: flex;
    flex-flow: column wrap;
    margin-top: 4em;
}
hr {
    border-color: black;
    padding: 0 5em;
    /* margin-top: 2em; */
    margin: 2em 8em;
}
.imagesWrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.imagesWrapper > img {
    margin: 1em;
}
.insurance {
    background-image: url('../assets/rolands_101.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-bottom: 4em;
}
.insurance > .insurance_card {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 25px;
    padding-top: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    height: 400px;
    width: 90%;
    margin: 3em 0;
}
.insurance_card_header {
    font-family: 'Playfair Display', serif !important;
    font-size: 38px !important;
    margin: 10px 0px 14px 0px !important;
    color: #FFF;
    line-height: 1.2;
    float: none;
    text-align: left;
}
.insurance_card > ul  {
    padding-left: 3em;
}
.insurance_card > ul > li {
    list-style-type: initial;
}
.map {
    margin-bottom: 2em;
}


@media only screen and (min-width: 768px){
    .scrollCards_personal {
        justify-content: flex-end;
    }
    .cardWrapper {
        width: 50%;
    }
    .insurance {
        flex-flow: row;
        justify-content: space-evenly;
    }
    .insurance > .insurance_card {
        background-color: rgba(0, 0, 0, 0.75);
        padding: 25px;
        padding-top: 10px;
        color: #fff;
        text-shadow: 1px 1px 1px #000;
        height: 400px;
        width: 45%;
        margin: 3em 0;
    }
    .map {
        margin-bottom: 2em;
    }
}

@media only screen and (min-width: 1050px){

    .cardWrapper {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }
    .cardWrapper > * {
        width: 50%;
    }
    .cardWrapper > button {
        width: 25%;
    }
    
    .imagesWrapper {
        margin: 2em 30em;
    }
    a.btn.btn-dark {
        width: 10em;
    }
    

}