/* html {
    font-size: 14px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
} */

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.card-deck .card {
    min-width: 220px;
}

.basketball {
    position: absolute;
    width: 220px;
    height: 220px;
    /* float:left; */
}

.bball-left {
    background-image: url('/storage/svg/bball_left_red.svg');
    background-size: cover;
    bottom: -10%;
    left: 10%;
}

.bball-right {
    background-image: url('/storage/svg/bball_right_blue.svg');
    background-size: cover;
    right: 10%;
    top: -10%;
}
