
.media-releases-block {
    border-bottom: solid 1px #d9d8d8;
    padding-bottom: 60px;
    margin-bottom: 80px;
}

.media-releases-block p {
    font-size: 14px !important;
    font-family: Poppins !important;
    color: #333 !important;
    font-weight: 400 !important;
}

.join-us {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #D6D6D6;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.club_header strong {
    line-height: 1.1;
}

@media only screen and (max-width: 768px) {
    .join-us {
        margin-top: 40px;
        margin-bottom: -75px;
    }

    .club_header strong {
        line-height: 0.8;
    }
}