.editor-content .am-sect {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Helvetica, serif;
}
.editor-content #i9ee {
  color: black;
  display: flex;
  justify-content: center;
}
.editor-content #iuc6 {
  display: flex;
  justify-content: center;
  padding: 0 0 0 0;
}
.editor-content .row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 10px;
}
.editor-content .cell {
  min-height: 75px;
  flex-grow: 1;
  flex-basis: 100%;
}
.editor-content #iru9 {
  flex-basis: 30%;
  width: 30%;
  max-width: 30%;
}
.editor-content #i9bw {
  flex-basis: 70%;
  margin: 0 20px 0 40px;
  padding: 0 0 0 0;
}
.editor-content #ivvu {
  margin: 50px 100px 50px 100px;
  justify-content: center;
  align-items: center;
  border-radius: 1px 1px 1px 1px;
  border: 0 solid black;
  box-shadow: 0 2px 5px 0 black;
}
.editor-content #im4j {
  height: auto;
  width: auto;
}
.editor-content #ip5j {
  color: #1261a6;
  margin: 19.92px 10px 19.92px 10px;
  font-weight: 500;
  font-size: 20px;
}
.editor-content #ic9i {
  padding: 10px;
  font-weight: 100;
}
.editor-content #i467q {
  height: auto;
  width: auto;
}
.editor-content #ifipw {
  flex-basis: 30%;
  width: 30%;
  max-width: 30%;
}
.editor-content #irhbl {
  color: #1261a6;
  margin: 19.92px 10px 19.92px 10px;
  font-weight: 500;
  font-size: 20px;
}
.editor-content #imezc {
  padding: 10px;
  font-weight: 100;
}
.editor-content #iklwx {
  flex-basis: 70%;
  margin: 0 20px 0 40px;
  padding: 0 0 0 0;
}
.editor-content #izl6b {
  margin: 50px 100px 50px 100px;
  justify-content: center;
  align-items: center;
  border-radius: 1px 1px 1px 1px;
  border: 0 solid black;
  box-shadow: 0 2px 5px 0 black;
  transition: width 2s ease-in;
}
.editor-content #iaxq7 {
  text-align: center;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .editor-content .row {
    flex-wrap: wrap;
  }
}
