.zp-head-sol-pages-wrapper {
  min-height: 290px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 31px;
  display: flex;
}

.zp-hsp-container {
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  flex: 1;
}

.zp-hsp-text-wrapper {
  /*display: flex;
  flex-direction: column;
  justify-content: center;*/
  max-width: 600px;
  padding: 31px 27px 31px 28px;
  background: #072B49;
  color: #ffffff;
}

.zp-hsp-text-wrapper :last-child {
  margin-bottom: 0;
}

.zp-hsp-title {
  font-size: 38px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 10px;
}

.zp-hsp-subtitle {
  font-size: 26px;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 20px;
}

.zp-hsp-desc {
  font-size: 18px;
  line-height: 25px;
}

.zp-hsp-cta-button {
  text-align: center;
  width: fit-content;
  padding: 10px 15px;
  color: #fff;
  border-radius: 3px;
  font-weight: 700;
  border: none;
  margin: 0 auto;
}

.zp-hsp-dark {
  color: #fff !important;
}
