.root {
    display: flex;
    flex-direction: column;
    margin: 0 0 54px;
}

.item {
    display: flex;
    gap: 12px;
}