
.club-package {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* Use percentage here or it will mess up flex wrap */
    padding: 1.5%;
    background-color: rgb(245, 243, 243);
    border: rgb(179, 176, 176) solid 1px;
}

/*-- This makes sure the button stays at the same height from bottom --*/
.club-package .club-info {
    height: 95%;
}

.club-package h3 {
    padding-bottom: 0;
    font-size: 1.5rem;
    font-family: 'Yuji Syuku', serif;
}

.club-info p {
    padding: 0;
}

@media (max-width:750px) {

    .club-package h3 {
        font-size: 1.3rem;
    }
}
