.bg-budget-container {
  background: url(../images/bg-budget-container.jpg) no-repeat center top;
  width: 100%;
  height: 451px;
}
  .bg-budget-container .text-container {
    margin-top: 135px;
  }
    .bg-budget-container .text-container h2 {
        color: #fff;
        font-size: 30px;
        font-style: italic;
        font-weight: 900;
        margin-bottom: 10px;
        margin-top: 0;
        text-align: left;
        text-shadow: 2px 2px #000;
        text-transform: uppercase;
      }
      .bg-budget-container .text-container p {
        color: #fff;
        font-size: 16px;
      }
      .bg-budget-container .text-container .c-btn-budget {
        background: url(../images/botao-banner-orcamento.png) no-repeat center top;
        display: block;
        height: 54px;
        margin-top: 25px;
        transition: none;
        width: 260px;
      }
        .bg-budget-container .text-container .c-btn-budget:hover {
          background-position: center center;
        }
        .bg-budget-container .text-container .c-btn-budget:active {
          background-position: center bottom;
        }

@media only screen and (max-width: 767px) {
  .bg-budget-container .text-container h2,
  .bg-budget-container .text-container {
    text-align: center;
  }
  .bg-budget-container .text-container .c-btn-budget {
    margin-left: auto;
    margin-right: auto;
  }
}