@media screen and (max-width: 767px) {
  .border-right-tablet {
  	display: table;
    margin: auto;
  }
}