.single_con .single-header {
  text-align: center;
}

.single_con .single-header h2 {
  color: #333;
  margin: 0 0 20px;
  font-weight: normal;
  font-size: 24px;
}

.single_con .single-header h3 {
  color: #0993cf;
  margin: 10px 0;
  font-weight: normal;
  position: relative;
  font-size: 18px;
}

.single_con .single-header h3:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #f3eee9;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}

.single_con .single-header h3 span {
  position: relative;
  z-index: 2;
  padding: 0 30px;
  background-color: #fff;
  display: inline-block;
  white-space: nowrap;
}

.single_con .single-content {
  text-justify: inter-ideograph;
  text-align: justify;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding-top: 2%;
}

.single_con .single-content p {
  text-indent: 2em;
}

.single_con .single-content p.has-text-align-center {
  text-align: center;
  text-indent: 0;
}

.single_con .single-content .wp-block-image {
  margin-top: 10px;
}

.single_con .single-content .wp-block-image .aligncenter {
  text-align: center;
}
