.zp-gr-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  padding: 30px 0;
}

.zp-gr-header-wrapper {
  display: flex;
  flex-direction: row;
  max-width: 1080px;
  margin: 0 auto;
}

.zp-gr-header-text {
  color: #fff;
  padding: 0 30px;
}

.zp-gr-header-text h1 {
  color: #fff;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
}

.zp-gr-header-icon {
  padding: 0 50px;
  min-width: 200px;
}


.zp-gr-header-icon img {
  width: 100% !important;
}


.zp-gr-header-icon-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 981px) {
  .zp-gr-header-icon-wrapper {
    display: none;
  }
}
