How can I adjust the position of an icon and collections on my website?

Hi i used this css code (.icon-arrow {
margin-right: -25px;) to take the arrow a bit to the right, but it moved also in the sub menu. can you help me place it in the original position in the sub menu. Also, could you bring the two collection (hoodies and t-shirts) 10px more up. thank you

URL: https://matibrnd.com/

Pass: biangu

Hey @MT27

Use this instead

#shopify-section-header .menu-drawer__menu-item .icon-arrow {
    margin-right: -25px;
}

.menu-drawer__submenu .list-menu {
    margin-top: 30px !important;
}