.section-title-wrp {
  position: relative;
}

.section-title-wrp .section-title-inn {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  position: relative;
}

.section-title-wrp .section-bg-title {
  top: 0;
  text-align: center;
  color: #184C5C17;
  font-size: 96px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  margin-bottom: 0;
  line-height: 32px;
  right: 0;
}

.section-title-wrp .section-title h3 {
  letter-spacing: 2.5px;
  margin-bottom: 20px;
}

.section-title-wrp .section-description {
  margin-top: 16px;];
  display: inline-block;
  width: 100%;
}

.section-title-wrp .section-description p {
  margin-bottom: 0;
}

@media (max-width:767px) {

  .section-title-wrp .section-bg-title {
    top: 10px;
    font-size: 64px;
    white-space: nowrap;
  }

}