.bowling {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 40px 0;
    color: #fff;
}

.bowling h2 {
    text-align: center;
    color: #fff;
    font-family: 'Calligraffitti', cursive;
    font-size: 50px;
}

.bowling .text>* {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.bowling .text .price {
    font-size: 90px;
    color: #fff;
    line-height: 70px;
    letter-spacing: -5px;
}

.bowling .container {
    display: flex;
    justify-content: center;
    align-items: center;
}