.zp-head-industry-page-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 180px;
}

.zp-head-industry-page-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1280px;
  padding: 0 30px;
}

.zp-head-industry-page-title {
  color: #000;
  text-align: center;
  font-size: 34px;
  padding: 0;
  margin: 0;
}