.support-message-clubs{
    height: auto !important;
}


.tabs-header-clubs .tab-information{
    width: 33%;
}
.tabs-header-clubs .tab-description,
.tabs-header-clubs .tab-reviews{
    width: 34%;
}
.poker-clubs-main .support-message-clubs::after{
    top: 41px;
}
@media (min-width: 768px) {
    
.tabs-header-clubs .tab-information,
.tabs-header-clubs .tab-description,
.tabs-header-clubs .tab-reviews{
    padding: 20px;
    width: fit-content;
}
    .poker-clubs-main .support-message-clubs::after{
        top: 68px;
    }
}
@media (min-width: 1024px) {
    .poker-clubs-main .support-message-clubs::after{
        top: 35px;
    }
}