html {
  font-family: sans-serif;
}

body * {
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

a {
  color: inherit;
}

.container {
  max-width: 1320px;
  min-height: 120px;
  padding: 0 15px;
  margin: 0 auto;
  border-bottom: 1px solid;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.telephone a {
  text-decoration: none;
}
