.conteudo_titulo p{
  padding-top: 120px;
  text-align: center;
  font-size: 36px;
  color: #00637C;
  font-weight: 700;
  text-transform: uppercase;
}
.conteudo_texto{
  margin: 0 auto;
  max-width: 1050px;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  text-align: center;
  padding: 0 30px 140px 30px;
}
.conteudo_texto a{
  text-decoration: none;
  display: block;
  max-width: 50%;
  font-size: 16px;
  margin: 30px auto 0 auto;
  color: #ffffff;
  padding: 10px;
  font-weight: 400;
  background: #F58534;
}
.conteudo_texto a:hover{
  color: #333333;
}
@media screen and (max-width: 960px){
  .conteudo_titulo p{
    padding-top: 120px;
  }
  .conteudo_texto a{
    max-width: 80%;
  }
}
