.content{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.nav-pills{
  width: 50%;
  background: #65350f;
}
.nav-item
{
  width: 50%;
}
.nav-pills .nav-link{
  text-align: center;
  color: #fff;
}
.nav-pills .nav-item .active{
  background: #ff9600;
  color: #fff;
}
.about-tab-content{
  width: 100%;
  height: auto;
  background: #fff;
  color: #000;
  padding: 0px;
}
.about-tab h4{
margin-bottom:10px;
}
.about-tab p{
margin-bottom:10px;
}
#regis ul.a {
  list-style-type: circle;
}