.ing-banner-title {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ing-banner-title .page-title-wrap {
  position: relative;
  max-width: 750px;
  z-index: 1;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.85);
  padding: 32px;
  font-family: var(--font-bold);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  line-height: normal;
  z-index: 1;
  margin: 0 auto;
}

.ing-banner-title.have-bg {
  padding: 40px 20px;
}

.ing-banner-title.without-bg {
  padding: 40px 20px 10px 20px;
}

.layout-main-wrapper:has(.ing-banner-title.without-bg) .page-wrapper {
  padding-top: 0 !important;
}
