html {
    font-family: sans-serif;
}

body * {
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.container {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
    border-bottom:1px  solid black;
    flex-wrap: wrap;
    
}

.header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 30px;    
}

.list{
    display: flex;
    gap: 20px;
    
}

.phone {
    text-decoration: none;
}
