.selection-intro {
    text-align: center;
    margin-bottom: 25px;
}

.selection-intro h2 {
    font-family: "Raleway Medium", "Raleway", sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
}

.selection-intro p {
    color: #666;
    font-size: 15px;
}

.selection-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .selection-row > [class*="col-"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
    }

.selection-product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0;
}

.selection-product-header {
    padding: 26px 28px;
    border-radius: 8px 8px 0 0;
    color: #fff;
}

    .selection-product-header h2 {
        margin: 0;
        font-family: "Raleway Bold", "Raleway", sans-serif;
        font-weight: 700;
        font-size: 28px;
        letter-spacing: .5px;
    }

    .selection-product-header p {
        margin: 2px 0 0;
        font-size: 14px;
        opacity: .9;
    }

.selection-product-card--tbi .selection-product-header {
    background-color: #22adbf;
    background-image: linear-gradient(135deg, #22adbf, #1b8b9a);
}

.selection-product-card--adhd .selection-product-header {
    background-color: #f28d25;
    background-image: linear-gradient(135deg, #f28d25, #d97615);
}

.selection-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: 26px 28px;
}

.selection-option + .selection-option {
    border-top: 1px solid #ececec;
}

.selection-option-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    margin-right: 18px;
}

.selection-product-card--tbi .selection-option-icon {
    background-color: #22adbf;
}

.selection-product-card--adhd .selection-option-icon {
    background-color: #f28d25;
}

.selection-option-body h4 {
    margin: 0 0 8px;
    font-family: "Raleway Medium", "Raleway", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #333;
}

.selection-option-body p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.selection-btn {
    display: inline-block;
    margin-top: 14px;
    padding: 10px 26px;
    border-radius: 100px;
    font-family: "Raleway Medium", "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none !important;
    transition: opacity .15s ease;
}

    .selection-btn:hover, .selection-btn:focus {
        opacity: .85;
    }

    .selection-btn .fa {
        margin-left: 6px;
    }

.selection-option-body p.selection-option-alt {
    margin-top: 14px;
    font-size: 13px;
    color: #888;
}

.selection-product-card--tbi .selection-btn {
    background-color: #22adbf;
}

.selection-product-card--adhd .selection-btn {
    background-color: #f28d25;
}

.selection-link {
    font-weight: 600;
    text-decoration: underline !important;
}

.selection-product-card--tbi .selection-link {
    color: #22adbf;
}

.selection-product-card--adhd .selection-link {
    color: #f28d25;
}

@media (max-width: 767px) {
    .selection-product-header {
        padding: 18px 20px;
    }

        .selection-product-header h2 {
            font-size: 24px;
        }

    .selection-option {
        padding: 20px;
    }
}
