.kits-headline-section {
    padding: 15px;
    padding-bottom: 0px;
    text-align: center;
    /* background-color: black; */
}

.highlight-text {
    color: orange;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}

.instructions {
    margin-top: 10px;
    font-size: 16px;
}

.cashback-info {
    margin-top: 4px;
    font-size: 20px;
    color: black;
}

.spots-available {
    display: inline-block;
    background-color: #666;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
}