.support-message-clubs{
    height: auto !important;
}
.poker-clubs-main .support-message-clubs::after{
    top: 71px;
}

.tabs-header-clubs .tab-information{
    width: 40%;
}
.tabs-header-clubs .tab-description,
.tabs-header-clubs .tab-reviews{
    width: 30%;
}
.tabs-header-clubs .tab-information,
.tabs-header-clubs .tab-description,
.tabs-header-clubs .tab-reviews{
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .poker-clubs-main .support-message-clubs::after{
        top: 103px;
    }
    .tabs-header-clubs .tab-information,
    .tabs-header-clubs .tab-description,
    .tabs-header-clubs .tab-reviews{
        padding: 20px;
        width: fit-content;
    }
}
@media (min-width: 1024px) {
    .poker-clubs-main .support-message-clubs::after{
        top: 35px;
    }
}