.container{
  padding: 0;
}
.centered span{
font-weight: bold;
}
div{
  padding:0;
}

.about-image{
  width: 80%;
  margin: 10px 0 0 70px;

}
  
.about-pro{
  padding-bottom: 80px;
  text-align: center;
  border:1px solid rgb(43, 38, 38);
  border-style:dotted;
  border-radius: 5px;
 
}
.about-pro h1{
  font-weight: bold;
 
}
.about-pro p{
  line-height: 32px;
}

.sv-title{
  font-size:80px;
  font-weight: bold;
  line-height: 100px;
  background-color: rgba(7, 247, 127, 0.295);
}
.sv-list{
  font-size: 24px;
  text-align: center;
 
}
.sv-list p{
  line-height: 42px;
}

#greywrap h1{
  font-size:60px;
  font-weight: bold;
  line-height: 100px;
  margin:50px 0;
  background-color: rgba(7, 247, 127, 0.295);

} 
.gw-list h2{
  font-size: 36px;
  font-weight: bold;
  
}
.pf-img{
  width: 50%;
  margin: auto;
}
.pf-title{
  font-size:80px;
  font-weight: bold;
  line-height: 100px;
  margin:50px 0;
  background-color: rgba(7, 247, 127, 0.295);
}
.bg-title{
  font-size:80px;
  font-weight: bold;
  line-height: 100px;
  margin:50px 0;
  background-color: rgba(7, 247, 127, 0.295);

}
.ct-title{
  font-size:40px;
  font-weight: bold;
  line-height: 100px;
  margin:50px 0;
  background-color: rgba(7, 247, 127, 0.295);

}

@media screen and (max-width:769px) {
  #headerwrap {
    background: url(../img/reohoney.jpg) no-repeat center top / cover;
    margin-top: -50px;
    padding-top: 300px;
    text-align: center;
    background-attachment: relative;
    background-position: top right;
    min-height: 400px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
.about-img{
  text-align: center;
}


  .about-image{
  margin: 0 auto;

  }
}