.single-wrap {
  max-width: 600px;
  margin: 10px auto;
  padding: 0 20px;
}

.single-wrap h1 {
  padding: 15px 0 0 0;
  font-size: 28px;
  font-weight: bolder;
  letter-spacing: 0.1;
}

p.date {
  padding-top: 20px;
}

.wysiwyg-editor h2{
  font-size: 24px;
  margin: 50px 0 0 0;
  padding: 10px 10px 10px 0;
}

.wysiwyg-editor h3{
  font-size: 22px;
  margin: 40px 0 0 0;
  padding: 0 0 10px 0;
}

.wysiwyg-editor h4{
  font-size: 18px;
  margin: 40px 0 0 0;
}

.wysiwyg-editor p,
.wysiwyg-editor ul,
.wysiwyg-editor ol,
.wysiwyg-editor table{
    margin:25px 0 0 0;
    font-size:16px;
    line-height:1.7;
}

.wysiwyg-editor p {
  margin-bottom: 25px;
}

span.image {
  aspect-ratio: 16/9;
  overflow: hidden;
  max-width: 600px;
}

span.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}