@layer components {
    section.contacts {

        ul {
            list-style-type: none;

            li {
                margin-bottom: var(--space-l);
            }
        }
    }
}
