.demo-title-col {
    text-align: right;
}

.demo-title{
    padding-top: 8px;
    color: #fc03ed;
}
@media only screen and (max-width: 767px) {
    .demo-title-col {
        text-align: center;
    }
}    