.tok-concept-list {
    display: flex;
    flex-direction: column;
    gap: 140px;
}

@media (max-width: 768px) {
    .tok-concept-list {
        gap: 100px;
    }
}

