*{
    padding: 0;
    margin: 0;
}
body, html{
  background: #F9F9FA;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
}
.common_white_para p {
  color: #E7E7E7;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .03rem;
}
.common_yellow{
  color: #FFDF8F;
}
.common_btn {
  background: #FFDF8F;
    color: #371C02;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 6px;
    text-transform: uppercase;
    border: 0;
  border: 0;
}
.common_sub_head {
  color: #3B2610;
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
}
.common_gray_paragraph p{
  color: #616060;
  font-size: 15px;
  letter-spacing: .03rem;
  font-weight: 500;
  text-transform: capitalize;
}
.common_btn:hover {
  background: #371C02;
  color: #FFDF8F;
}
.light_green_bg{
  background: #e7efe1ab;
}
.common_padding_top{
  padding-top:70px;
}
.common_padding_bottom{
  padding-bottom:70px;
}
