@media (max-width: 767px) {
    h3 {
        text-align: center !important;
    }

    .pull-right {
        float: none !important;
        display: block;
    }

}