#page-title-image-background-right {
  padding: 200px 0;
  position: relative;
}

@media (max-width: 991px) {
  #page-title-image-background-right {
    padding: 90px 0 135px 0;
  }
}

@media (min-width: 992px) {
  #page-title-image-background-right .container {
    padding-left: calc(120px / 2);
    padding-right: calc(120px / 2);
    max-width: calc(100% - 120px);
  }
  #page-title-image-background-right .container .row {
    margin-left: calc(-1 * 120px / 2);
    margin-right: calc(-1 * 120px / 2);
    width: calc(100% + 120px);
  }
  #page-title-image-background-right .container .col-20,
  #page-title-image-background-right .container .col-25,
  #page-title-image-background-right .container .col-33,
  #page-title-image-background-right .container .col-40,
  #page-title-image-background-right .container .col-50,
  #page-title-image-background-right .container .col-60,
  #page-title-image-background-right .container .col-66,
  #page-title-image-background-right .container .col-75,
  #page-title-image-background-right .container .col-80 {
    padding-left: calc(120px / 2);
    padding-right: calc(120px / 2);
  }
}

#page-title-image-background-right .page-title-image-background-right-bg {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 60px);
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#page-title-image-background-right .col-50 {
  width: calc(50% - 60px);
}

#page-title-image-background-right .h3 {
  margin-top: 32px;
  color: rgba(0, 0, 0, 0.8);
}
