.get_help_now { 
  width: 100%;
  background-color: white;
  text-align: center;
  background-image: url(../images/get_help_now_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.ghn_title { 
  margin-top: 10%;
  color: white;
}

.ghn_para { 
  color: white;
}

.ghn_button button { 
  margin-bottom: 20%;
  background-color: #A1DD4B;
  color: white;
  border: none;
  padding: 12px 50px;
}

