header {
  display: flex;
}

.header-slider {
  width: 100%;
  height: 150px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.logo img {
  width: 150px;
  height: 150px;
  display: block;
}
p {
  font-size: 50px;
  font-weight: bold;
  color: var(--color-black);
  height: 100%;
  max-width: 800px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav {
  height: 150px;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
