.club-sec .cont-img {
    margin: 30px auto 45px;
    display: inline-block;
    text-align: center
}

.club-sec {
    position: relative
}

.club-sec:before {
    content: '';
    background-image: url(../imgs/club-left.png);
    position: absolute;
    left: 0;
    bottom: -1px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 45%;
    width: 55%;
    z-index: -1
}

.club-sec:after {
    content: '';
    background-image: url(../imgs/club-right.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    width: 20%;
    background-position: 0 16vh;
    z-index: -1
}

.club-sec .cont-img img {
    max-width: 50%;
    height: auto;
}

.club-sec .club-cont {
    text-align: center;
    font-size: 18px;
    max-width: 60%;
    margin: auto
}

.club-sec .club-cont p {
    font-size: 16px
}

.club-sec .club-cont p:not(:last-of-type) {
    border-bottom: 1px solid #dddddd77;
    padding-bottom: 15px
}

.club-sec .club-cont a {
    margin: 15px auto;
    display: inline-block;
    font-weight: bold
}

@media screen and (max-width:765px) {

    .club-sec:after,
    .club-sec:before {
        display: none
    }

    .club-sec .club-cont {
        max-width: 90%
    }

    .club-sec .cont-img img {
        max-width: 80%
    }
}
