.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px; */
}

.header_logo {
    flex: 1;
}

.logo_header {
    width: 12vw;
}

.header_menu_right {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content:end;
    padding-right: 30px;
}
.search_icon{
    color: #4A553E;
    width: 2vw!important;
}
.login_icon{
    width: 2.5vw!important;
}