.top-navigation-menu .section__header{ background-color: #fff; }
.top-navigation-menu .section__header .header_menu{ display: flex; gap: 10px; padding: 12px 8px; max-width: fit-content ;overflow-x: auto; margin: 0 auto; white-space: nowrap; }
.top-navigation-menu .section__header .menu_item{ padding: 5px 7px; border-radius: 10px; border: 1px solid #2689DE; }
.top-navigation-menu .section__header .link_list{ color: #2689DE; font-size: 14px; font-weight: 400; text-decoration: none; }
