.simple-page{
  background:#f7faf7;
  padding:28px 18px 110px;
}

.simple-card{
  background:#fff;
  border-radius:24px;
  padding:28px 22px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}

.simple-card h1{
  margin:0 0 14px;
  color:#1f7a3a;
  font-size:28px;
}

.simple-card p{
  margin:0 0 24px;
  font-size:17px;
  line-height:1.6;
  color:#555;
}

.simple-button{
  display:block;
  height:52px;
  line-height:52px;
  text-align:center;
  border-radius:16px;
  background:#2fac43;
  color:#fff;
  font-size:18px;
  font-weight:900;
  text-decoration:none;
}
