
.section--clubs .section__header{}
.section--clubs .container > .section__header .section__title{
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
}
.section--clubs .container  > .section__header .section__text{
    width: 100%;
    text-align: center;
}

.section--block-club .section__footer .btn {
    width: auto;
}
.section--block-club .section__footer .btn:hover {
    background:var(--color-black);
}
.section--block-club-reverse .clubs-slider__controls{
    left:calc(100% + 40px);
    right: initial;
}


@media all and (max-width: 1024px){
    .section--clubs {
        padding:0 0 50px 0;
    }
    .section--clubs .container > .section__header .section__title{
        margin: 0 0 10px 0;
    }
}
