.editArea2 p {
	margin-bottom: 1em;
}

.editArea2 .wp-block-image {
  display: block;
  max-width: 890px;
  margin: 50px auto;
  border-radius: 12px;
  border: solid 4px #000;
  overflow: hidden;
}
.editArea2 .wp-block-image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .editArea2 .wp-block-image img {
    width: 100%;
  }
}