#marketing-footer {
  text-align: center;
  padding-top: 15px;
}

#marketing-footer > p {
  padding: 5px;
}

#marketing-footer-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}

#marketing-footer-buttons > button {
  border: none;
  background: none;
  text-decoration: underline;
  margin-top: 8px;
}

#marketing-check h2 {
	font-size: 20px;
	 margin-bottom: 10px;
}

.btn-green-1 {
  display: block;
  text-align: center;
  height: 70px;
  line-height: 70px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  color: #fff;
  font-size: 28px;
  padding: 0;
  background-color: #8bc24a;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  margin: 20px auto;
  text-decoration: none;
}

.btn-green-1:hover {
  color: white;
  text-decoration: none;
}