.about .background-logo {
  height: 100%;
  background-image: url(/images/marmot-logo.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.about .background-logo .text {
  width: 385px;
  display: inline-block;
}

.about section.about {
  padding: 30px 0;
  font-size: 18px;
}

.about section.about h2 {
  font-weight: 300;
  font-size: 30px;
}

.about .about-list {
  padding: 40px 0;
}

.about section.about a {
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  color: #474442;
}
.about section.about a:active {
  text-decoration: none;
  color: #474442;
}
.about section.about a:visited {
  text-decoration: none;
  color: #474442;
}
.about section.about a:hover {
  text-decoration: none;
  color: #474442;
}

.about section.about .paragraph {
  padding-top: 20px;
  padding-bottom: 20px;
}

.about section.about .media {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin: auto;
}
