.single-default {
  position: relative;
  overflow: hidden;
  padding: 60px 0 1.2rem;
}
.single-default::after {
  content: "";
  position: absolute;
  bottom: -6.22rem;
  right: -5.42rem;
  width: 9.02rem;
  height: 9.02rem;
  border-radius: 50%;
  background: #FBD080;
  z-index: -2;
}
.single-default h1 {
  margin-bottom: 0.36rem;
}
.single-default .wp-block-list h3 {
  margin-top: unset;
}
