.newsletter_form {
  position: relative;
  margin-bottom: 20px;
}
.newsletter_form input {
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  font-size: 14px;
  color: #000;
  border: solid 0.5px #3dad4a;
}
.newsletter_form input::placeholder {
  font-size: 14px;
  color: #C7C7C7;
}
.newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #3dad4a;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
}
.use{
	font-size: 74px;
	margin-left: 30px;
}