.asptt-club__wrapper{
    display: flex;
    align-items: flex-start;
}

.asptt-club-description{
    width: 100%;
    padding-right: 30px;
}

.asptt-club-description__title{
    text-transform: uppercase;
}

.asptt-club-description__key-numbers{
    text-transform: uppercase;
    font-weight: bold;
}

.asptt-club-description__key-number span{
    color: var(--e-global-color-primary);
}


@media screen and (max-width : 768px){
    .page-template-tpl-notre-club .asptt-block-page-heading{
        flex-direction: row;
    }
}