@media screen and (max-width: 1200px) {
  .logo {
    padding: 0 1rem;
  }
}

.nav {
  display: flex;
  gap: 0.5rem;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .nav {
    padding: 0 1rem;
  }
}
.nav .nav-item {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 5rem;
  flex-basis: 25%;
  color: black;
}
.nav .nav-item img {
  width: 26px;
  height: 26px;
  filter: brightness(0) saturate(100%) invert(40%) sepia(33%) saturate(7471%) hue-rotate(343deg) brightness(89%) contrast(110%);
}
.nav .nav-item p {
  font-size: 1rem;
  font-weight: bold;
  padding: 4px 0;
}

.header-title {
  display: flex;
  max-width: 1120px;
  margin: 30px auto;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header-title {
    flex-direction: column;
  }
}
.header-title h1 {
  font-size: 2rem;
  text-align: left;
  padding: 1rem;
  color: #ec3423;
  font-weight: bold;
  line-height: 2.5rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .header-title h1 {
    width: 90%;
  }
}
.header-title .saperator {
  width: 1px;
  height: 90px;
  background-color: black;
}
@media screen and (max-width: 1200px) {
  .header-title .saperator {
    width: 90%;
    height: 1px;
    margin: 0 auto;
  }
}
.header-title p {
  font-size: 1rem;
  line-height: 2rem;
  text-align: left;
  padding: 1rem;
}
@media screen and (max-width: 1200px) {
  .header-title p {
    font-size: 0.76rem;
    text-align: center;
  }
}/*# sourceMappingURL=header.css.map */