.e_a {
  max-width: 700px;
  margin: 0 auto;
}
.e_b {
  padding: 40px 20px;
  background-color: #333;
  min-height: calc(100vh - 450px);
}
.e_b label {
  color: #fff;
}
.e_b .Checkbox {
  margin-bottom: 24px;
}
.e_b p {
  text-align: center;
  margin: 15px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
.e_b a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #40c7b5;
}
.e_b a:hover {
  text-decoration: none;
}
.e_c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 15px;
}
.f_a {
  padding: 50px;
  text-align: center;
  background: #222;
}
.f_a h1 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 28px;
  margin-bottom: 25px;
}
.f_a p {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
}

/*# sourceMappingURL=WorkWithCreator-2a50aaa46a9027b63574.css.map*/