.header_menu{
    display:flex;
    justify-content: space-between;
    gap:40px;
}
.header_menu_item a{
    font-size:15px;
    text-decoration: none;
    color:#000;
    font-weight: 600;
}
@media(max-width:1440px){
    .header_menu{
        gap:25px;
    }
}