@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Poppins:300,400,500,600,700);
/*
 * RALEWAY
 */
/*
 * POPPINS
 */
#about {
  padding-bottom: 120px;
}
#about .body {
  line-height: 1.8;
  width: 70%;
  padding-bottom: 80px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #about .body {
    width: 100%;
    padding-bottom: 40px;
  }
}
#about .link {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  border: 2px solid #000;
  padding: 15px 60px;
  border-color: #7e1f6c;
}
#about .link:hover {
  color: #7e1f6c;
}
@media screen and (max-width: 767px) {
  #about {
    padding-bottom: 40px;
  }
}
