.op-text-button {
    margin: 0 auto;
    text-align: center;
    color: black;
}
.op-text-button .content .title {
    color: black;
    margin-bottom: 30px;
    text-align: center;
}
.op-text-button .content .text{
    margin-bottom: 30px;
    text-align: center;
  	font-weight: 300;
}

@media only screen and (min-width: 992px) {
  	.op-text-button .content .text{
        text-align: left;
  }
}