.op-explore {
    position: relative;
  	overflow:hidden;
}

.op-explore .text-content .text{
    width: 100%;
    text-align: center;
}

.op-explore .text-content .text h5{
    color: var(--color-primary);
    margin-bottom: 24px;

}

.op-explore .btn{
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .op-explore .text-content .text{
        width: 100%;
        text-align: left;
    }
}