@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {
      #rightSidebar i{
          font-size: 20px !important;
      }
      #rightSidebar p{
          font-size: 12px !important;
          line-height: 1.3;
      }
}

@media only screen and (max-width: 767px){
    .navbar-brand {
        display: block;
        float: none;
        margin: 0 auto !important;
    }
}