.center-text-banner {
  position: relative;
}

.center-text-banner.extra-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.center-text-banner .content {
  width: 826px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding-top: 68px;
  padding-bottom: 68px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  row-gap: 50px;
}

.center-text-banner .content h2 {
  color: #fff;
  font-weight: 500;
  padding-bottom: 0;
}

.center-text-banner .absolute-position {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
