div,
ul,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
.navbar-about .active {
  padding: 20px 20px 15px 20px;
  border-bottom: 5px solid #aacd06;
}
.navbar-about .active > a {
  color: #aacd06;
}
.navbar-about > li {
  float: left;
  list-style-type: none;
  padding: 20px 20px;
  text-align: center;
}
.navbar-about > li > a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
#brand .row :last-child {
  margin-bottom: 40px;
}
#brand .row :last-child :first-child img {
  width: 99%;
  float: left;
}
#brand .row :last-child :last-child img {
  width: 99%;
  float: right;
}
@media (max-width: 767px) {
  #brand .row :last-child div {
    margin-bottom: -28px;
  }
  #brand .row :last-child :first-child img {
    width: 100%;
  }
  #brand .row :last-child :last-child img {
    width: 100%;
  }
  .navbar-about > li {
    width: 50%;
  }
}
.left ul li {
  list-style-type: none;
  padding: 20px 0;
}
.left ul li p {
  font-size: 16px;
  margin: 5px auto;
}
