/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.bundles {
    padding: 15px;
    border: 2px solid #fed700;
    border-radius: 1.571em;
    margin-bottom: 1em;
}

.bundles .row .row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.bundles h2 {
    font-size: 1.5em;
    color: #fb515d;
    margin-bottom: 15px;
}

.bundles h3 {
    font-size: 1em;
    margin-bottom: 0;
}

.bundles .text-right {
    text-align: right;
}

.bundles .text-center {
    text-align: center;
}

.bundles p {
    margin-bottom: 0;
    color: #949494;
}
.bundles p > b {
    color: #000;
    font-weight: 600;
}
