.page-content {
    width: calc(100% - 70px);
}

.button {
    min-width: 280px !important;
}

.button i.bx {
    font-size: 24px;
    bottom: -4px;
    position: relative;
}

h1 {
    font-style: italic;
    font-weight: 900;
}

/* Optional utilities (used in includes or JS toggles) */
.hide {
    display: none !important;
}

/* Optional: retain grid styles in case footer/menu uses them */
.grid {
    display: flex;
}

.grid div:first-child,
.grid div:last-child {
    width: 45%;
    vertical-align: top;
}

.grid div:nth-child(2) {
    width: 10%;
}

.transparent-bg {
    background-color: rgba(255, 255, 255, 0.0);
    transition: background-color 0.6s ease;
}

.transparent-bg.scrolled {
    background-color: rgba(255, 255, 255, 1);
}

.welcome-to-the-club-holder {
    display: block;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    margin-bottom: -50px;
}

.welcome-to-the-club {
    margin: -100px auto;
    width: 100%;
    max-width: 1600px !important;
    display: block;
}

@media (max-width: 1500px) {
    .welcome-to-the-club {
        margin-top: -50px;
        width: 70%;
    }
}

@media (max-width: 768px) {
    .welcome-to-the-club {
        margin-top: 70px;
        width: 120%;
        margin-left: -40px;
    }

}