.op-title-text {
    margin:0 auto;
  	position: relative;
}
.op-title-text .content .title {
    color: var(--color-primary);
    margin-bottom: 30px;
    text-transform: uppercase;
  	padding-top: 50px;
}
.op-title-text .content h3{
    margin-bottom: 36px;
	margin: auto;
	margin-bottom: 50px;
}


@media only screen and (min-width: 992px) {
    .op-title-text .content {
        width: 85%;
      	margin: 0 auto;
    }
  .op-title-text .content .title {
  	padding-top: 100px;
}
  
  .op-title-text .content h3{
	margin-bottom: 70px;
}

}