数字のカウント
.cards_members-title:before {
counter-increment: number 1;
content: counter(number);
font-size: 20px;
font-family: Poppins,sans-serif;
font-weight: 600;
letter-spacing: .05em;
display: block;
line-height: 1.5;
}