body {
    /* background: linear-gradient(40deg,#3378ab,#0c2c43) !important; */
    background: white;
    color: #3378ab;
}


* {
    box-sizing: border-box;
}

.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #3378ab;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.price .header {
    color: white;
    font-size: 25px;
    border-radius: 10px 10px 0px 0px;
}

.price li {
    border-bottom: 1px solid #fff;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    color: black;
    font-size: 20px;
    border-radius: 0px 0px 10px 10px;
}

.button {
    background-color: #3378ab;
    border: none;
    border-radius: .25rem;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.benefits {
    text-align: center;
    color: white;
}

.benefits-detail {
    font-size: 13px;
    text-align: center;
    color: white;
}

.benefits-container {
    padding-top: 5px;
    border-bottom: 3px solid #4588ba;
    margin-bottom: 10px;
    background: linear-gradient(40deg, #3378ab, #0c2c43) !important;
}

.plans-container {
    margin: 1% 10% 0% 10%;
}

.plan-clear {
    background-color: #3378ab;
}

.plan-dark {
    background-color: #0c2c43;
}

.plan-title {
    text-align: center;
    color: #0c2c43;
}

.plan-description {
    text-align: center;
    color: black;
    font-size: 13px;
}

.modal-header {
    color: #fff !important;
    background: linear-gradient(40deg, #3378ab, #0c2c43) !important;
}

.modal-body {
    color: black;
}

.brand-logo {
    align-self: center;
}

.close {
    color: white;
}

.close-modal {
    background: linear-gradient(40deg, #3378ab, #0c2c43) !important;
}

@media only screen and (max-width: 600px) {
    .h-title {
        margin-right: 10px;
        padding-top: 87px;
    }

    .col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: auto;
        max-width: 100%;
        width: 100%;
    }

    .columns {
        width: 100%;
    }
}