.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  padding: 1.5rem 1rem;
  width: 100%;
  margin: 3rem 0 0;
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(94,94,94,0.4);
}
.header_logo {
  margin-bottom: 0.5rem;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_logo h1 {
  margin: 0px;
  margin-left: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #333;
  line-height: 40px;
}
.header_phone,
.header_phone a {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: #333;
}
.header_phone a:not(:nth-child(-n + 2)) {
  margin-left: 24px;
}
.header_iconPhone {
  width: 1rem;
  height: 1rem;
  fill: #727272;
  margin-right: 0.5rem;
}

/*# sourceMappingURL=../maps/component/header.css.map */
