#resume_advantages {
    width: 100%;
    margin: 0 0 10%;
    background: rgba(158, 158, 158, 0.05);
}

#resume_title {
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    color: #292929;
    font-family: "open sans", arial, sans-serif;
    padding-top: 50px;
}

.card {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 9px;
    box-shadow: 0 0 4px 0 rgba(191, 191, 191);
    margin: 6px 0;
}

.card:hover {
    background: rgba(0, 0, 0, 0.04);
    cursor: pointer;
    transition: all 0.5s;
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
    width: 90%;
    margin: 0 5%;
    padding-bottom: 50px;
}

.card-columns a {
    display: block;
}

.card-title {
    color: #292929;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card_image {
    width: 40px;
    height: 40px;
}

.card-title {
    font-size: 22px;
}

.card-text {
    height: 30px;
}

.card-p {
    margin-bottom: 20px;
}

#privacy_plus {
    margin-top: 10px;
    margin-bottom: 200px;
}

.privacy_plus_title {
    font-size: 80px;
    font-weight: 800;
    color: #1c9bcf;
    line-height: 1.1;
    letter-spacing: 2;
    font-family: "open sans", arial, sans-serif;
    text-align: center;
}

.privacy_plus_text,
.features_text {
    text-align: center;
    font-size: 30px!important;
    line-height: 1.1;
    letter-spacing: 6px;
}

.features_text {
    margin-bottom: 50px;
}

#a6,
#a7,
#a8 {
    background: #000;
    margin: -2px 0;
}

#a6 p,
#a7 p,
#a8 p {
    color: rgba(255, 255, 255, .8);
}

#a6 .section_heading span,
#a7 .section_heading span,
#a8 .section_heading span {
    color: #fff!important;
}

@media only screen and (min-width: 576px) and (max-width: 1024px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 1846px) {
    .card {
        height: 180px;
    }
}


/*@media only screen and (min-width: 1025px) and (max-width: 1845px) {
    .card {
        height: 222px;
    }
}*/

@media only screen and (max-width: 1024px) {
    .card {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    #resume_title {
        text-align: center;
    }
    #privacy_plus {
        margin-bottom: 70px;
    }
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

@media (min-width: 576px) {
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}