.clubconttop {
	width: 100%;
	margin-bottom: 20px;
}

#clubbig {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#clubbig .clubbiti {
	width: 45%;
    padding: 10px;
    background: var(--designbgcolorsec);
}

#clubbig .clubtit {
    font-family: abril fatface;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 90%;
    text-align: center;
    padding: 30px 30px;
    background-image: var(--designpic);
    background-size: cover;
    background-position-y: 33%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

#clubbig .clubtit cl {
    z-index: 1;
    position: relative;
    color: var(--designtextcolorsec);
}

#clubbig .clubtit::after {
    content: "";
    background: linear-gradient(to bottom right, var(--designgradientone), var(--designgradienttwo));
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.8;
}

#clubbig .clubloc {
	font-size: 7px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

#clubbig .clubgoal {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: var(--designbghighlight);
    margin-bottom: 10px;
    font-family: Work Sans;
}

#clubbig .clubbottom {
	display: flex;
	flex-wrap: nowrap;
	gap: 5px;
}

#clubbig .clubdesc {
    width: 50%;
    height: 200px;
    overflow: auto;
    font-size: 10px;
    font-family: Work Sans;
    text-align: justify;
    padding: 10px;
    scrollbar-width: none;
    line-height: 15px;
}

#clubbig .clubmem {
    width: 40%;
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px;
    background: var(--designbgcolorhalf);
    overflow: auto;
    scrollbar-width: none;
}

#clubbig .clubcont {
	width: 94%;
    letter-spacing: 3px;
    background: var(--designbgcolor_third);
    padding: 10px 10px;
    text-align: center;
    font-size: 10px;
    margin-top: 10px;
}