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

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

.about section.about {
  background-color: #82D5E8;
  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;
}

.about footer {
  padding: 0;
  margin: 0;
  background-color: #0096B5;
  color: #82D5E8;
}

.about footer .logo {
  height: 4em;
  width: auto;
  vertical-align: middle;
}
