.intro-block {
  padding: 59px 0 58px !important;
}
.intro-block .text-wrap {
  max-width: 934px;
  margin: 0 auto;
  text-align: center;
}

.intro-block .text-wrap h2 {
  font-size: 42px !important;
  font-weight: 300;
  line-height: 1.31;
  letter-spacing: 0.5px;
  color: #2c3843;
  margin-bottom: 24px;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
  text-transform: none;
}
.yellow-line {
  position: relative;
  padding-top: 20px;
}
.yellow-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 2px;
  background-color: #ffb81d;
}

.intro-block .text-wrap p {
  line-height: 1.44;
  color: #5b7e96;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
}

@media screen and (max-width: 1150px) and (min-width: 992px) {
  .intro-block .text-wrap h2 {
    font-size: 38px !important;
  }
  .intro-block {
    padding: 50px 0 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .intro-block .text-wrap h2 {
    margin-bottom: 15px;
  }
  .yellow-line {
    padding-top: 15px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .intro-block .text-wrap h2 {
    font-size: 34px !important;
  }
  .intro-block {
    padding: 40px 0 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .intro-block {
    padding: 30px 0 30px !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 596px) {
  .intro-block .text-wrap h2 {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 595px) {
  .intro-block .text-wrap h2 {
    font-size: 26px !important;
  }
}

@media screen and (max-width: 595px) and (min-width: 481px) {
}

@media screen and (max-width: 480px) {
}
