/**
 * /user/assets/styles/page/about.css
 *
 * @author Pablo Rubio
 * @version 1.0
 */

#about .the-content {
  padding: 0px;
  margin: 0px;
  font-size: 1.5em;
  line-height: 1.4em;
  position: relative;
  z-index: 200;
  width: 100%;
}

#about .the-content .inner {
  padding: 24px 24px 300px 24px;
  background-color: rgba(255, 255, 255, 0.84);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
}

.smartphone #about .the-content .inner {
  padding: 0px 0px 0px 0px;
}

#about .the-content p {
  padding: 0px 0px 24px 0px;
  margin: 0px;
}

#about .the-content .the-title,
#about .the-content .col-5 {
  padding: 24px;
}

#about .the-content .the-title h2 {
  margin: 0px;
  padding: 0px;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
}

#about .the-content .attachment-c {
  clear: both;
  padding: 60px;
}

#about .the-content .attachment-l {
  clear: both;
}

#about .the-content .attachment-l,
#about .the-content .attachment-r {
  padding: 60px;
}

#about .the-content .attachment-l img,
#about .the-content .attachment-r img,
#about .the-content .attachment-c img {
  display: block;
  width: 100%;
  height: auto;
}

@media all and (max-width: 920px) {
  #about .the-content .col-5 {
    width: 100%;
    float: none;
  }
}
