#about-content {
  background: #fff;
  color: #fff;
  padding: 20px 50px 50px 50px;
  min-width: 100% !important;
  margin: 100px 0 0 0;
}

body{
  background: #000;
}

#about-content > .container {
  background: #fff;
  color: #000;
  padding: 0px;
}

.profile {
  background: #000 url('../img/about/profile.jpg') center bottom no-repeat ;
  min-height: 100%;
  height: 600px;
  padding-top: 100px;
  z-index: 11111;
}

#about-content h2 {
  margin: 20px 0 25px 0;
  text-align: center;
  padding: 10px;
  background: #000;
  color: #fff;
  font-size: 40px;
}

#about-content h3 {
  margin: 30px 0 20px 0;
  text-align: left;
  padding: 5px 5px 5px 15px;
  background: #000;
  color: #fff;
  max-width:85px;
}

#about-content .as-jury {
  max-width:204px;
  margin-top: 40px;
}

#about-content .as-books {
  max-width:293px;
  margin-top: 40px;
}

#about-content .as-catalogs {
  max-width: 161px;
  margin-top: 40px;
}

#about-content p {
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 20px;
}
