header{
  text-align:center;
  background:#afa69c;
  padding:30px 0px;
  position:static;
}

#main_btn{
  background:#afa69c;
  padding:30px 0px;
}

#anchors{
  padding:60px 0px;
}

.number{
  font-size:40px;
  text-align:center;
  color:#a4998e;
  position:relative;
  margin-bottom:30px;
}

.number:after{
  content:"";
  background:#a4998e;
  display:block;
  width:65px;
  height:5px;
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:-10px;
}

h2{
  color:#4b6c50;
  text-align:center;
  display:block;
  font-weight:bold;
  margin-bottom:30px;
}

h3{
  font-size:23px;
  color:#4b6c50;
}

p{
  color:#333333;
  line-height:2;
}

ul.list{
  list-style:disc;
  padding-left:20px;
}

#anchor1{
  padding:60px 0px;
}

#anchor2{
  background:#e9e2d9;
  padding:60px 0px;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
  header{
    padding:30px 50px;
  }
  #anchors{
    padding:20px 0px;
  }
  #anchor1{
    padding:20px 0px;
  }



}

