.scn-budget {
  padding-top: 32px;
  padding-bottom: 18px;
}


.btn-budget {
  color: #fff;
  font-size: 19px;
  background: #d25f1b;
  border-color: #eea236;
  white-space: normal;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.btn-budget:hover,
.btn-budget:focus {
  color: #fff;
  border-color: #bb5315;
  background: #bb5315;
}

.btn-presentation {
  color: #fff;
  font-size: 19px;
  margin-bottom: 12px;
  background: #267ab5;
  border-color: #267ab5;
  white-space: normal;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.btn-presentation:hover,
.btn-presentation:focus {
  color: #fff;
  border-color: #034d7c;
  background: #034d7c;
}


.survey-section {
    padding-top: 32px;
    padding-bottom: 32px;
}

.section-pad {
  padding-top: 32px;
  padding-bottom: 32px;
}

.budget-video-heading {
  font-size: 21px;
  text-align: center;
}

@media(min-width: 960px) {

  .scn-budget {
    padding-top: 64px;
    padding-bottom: 84px;
  }

  .btn-budget {
    font-size: 24px;
    padding: 16px 24px;
  }

  .section-pad .lg {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .budget-video-heading {
    font-size: 30px;
  }
}
