.editor-content .lead-btn {
  color: #fff;
  margin-top: 16px;
  padding: 10px;
  width: 190px;
  min-height: 28px;
  font-size: 17px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 30px;
  background-color: #ea5b0c;
  border-radius: 5px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.editor-content .lead-btn:hover {
  background-color: #fff;
  color: #ea5b0c;
  border: 1px;
  border-color: #ea5b0c;
}
.editor-content .lead-btn:active {
  background-color: #ea5b0c;
  color: #fff;
}
.editor-content .am-sect {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Helvetica, serif;
}
.editor-content .cell {
  min-height: 75px;
  flex-grow: 1;
  flex-basis: 100%;
}
.editor-content .row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 10px;
}
.editor-content button {
  display: inline-block;
  background-color: #d292ff;
  color: white;
  padding: 50px 50px;
  font-size: 32px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}
.editor-content button:hover {
  background-color: #ff826f;
  undefined: undefined;
}
.editor-content #i9rk {
  background-image: url("https://www.cbabenelux.com/uploads/images/editor/April posts (27).jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: scroll;
  background-size: cover;
  color: #ffffff;
  border-radius: 50px 50px 50px 50px;
}
.editor-content #iyrr {
  color: #ffffff;
}
.editor-content #ioyl {
  width: 800px;
  display: flex;
  justify-content: flex-end;
}
.editor-content #izcc {
  float: none;
  text-align: center;
}
.editor-content #i8lj {
  text-align: left;
  float: left;
  display: flex;
  align-self: center;
  justify-content: center;
  max-width: 500px;
}
.editor-content #i22rs {
  font-weight: bold !important;
  font-size: 32px !important;
  color: white !important;
  float: none;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-self: center;
}
.editor-content #i0ksc {
  border-radius: 100px 100px 100px 100px;
  display: flex;
  justify-content: center;
  align-self: center;
  font-size: 26px;
  text-decoration: underline;
}
.editor-content #it51b {
  display: inline-block;
  padding: 5px;
  min-height: 50px;
  min-width: 50px;
}
@media (max-width: 768px) {
  .editor-content .row {
    flex-wrap: wrap;
  }
}
