#page-title-image-background {
  padding: 120px 0 170px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  #page-title-image-background {
    padding: 113px 0 113px 0;
    text-align: center !important;
  }
}

#page-title-image-background h1 {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  #page-title-image-background h1 {
    margin-bottom: 35px;
  }
}

#page-title-image-background.bg-center-bottom {
  background-position: center bottom !important;
}

.page-title-image-background-content,
.page-title-image-background-content p {
  color: var(--color-qw-grey-dark-1);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 156.25% */
  letter-spacing: -0.48px;
}

@media (max-width: 991px) {
  .page-title-image-background-content,
  .page-title-image-background-content p {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.375px;
  }
}
