.about {
  margin-top: 10px;
  margin-bottom: 100px;
}
.about h1 {
  color: #292929;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
}
.about h4 {
  margin: 10px 0px;
}
.about p {
  margin: 10px 0px;
  color: #292929;
  font-size: 16px;
  line-height: 24px;
}
.about a {
  color: #ff6900;
  text-decoration: none;
}
.about a:hover {
  text-decoration: underline;
}
.about p img {
  float: right;
  margin-left: 25px;
  border-radius: 10px;
  max-width: 430px;
}