.blog-post {
  position: relative;
  padding-bottom: 7.81em;
}
.blog-post ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.blog-post ul li {
  position: relative;
  padding-left: 1.55rem;
}
.blog-post ul li::before {
  content: "";
  background: #44BEA8;
  width: 0.68rem;
  height: 0.68rem;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.blog-post .small-container {
  max-width: calc(1216px + 2 * 4.16%);
}
.blog-post .smaller-container {
  max-width: calc(648px + 2 * 4.16%);
}
.blog-post .hero-section {
  width: 100%;
  margin-bottom: 2.6rem;
}
.blog-post .post-main {
  row-gap: 2.2rem;
}
.blog-post .post-main .post-info {
  row-gap: 1rem;
}
.blog-post .post-main .post-content {
  line-height: 1.77;
  letter-spacing: normal;
  row-gap: 1.77em;
}
.blog-post .post-main .post-content strong {
  color: #6D44C6;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.37;
  letter-spacing: -0.04em;
}
.blog-post .background-line {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.blog-post .img-hero {
  width: 100%;
  border-radius: 22px;
}
@media screen and (min-width: 960px) {
  .blog-post .img-hero {
    aspect-ratio: 1760/660;
    object-fit: cover;
  }
}
.blog-post .wp-block-image {
  display: flex;
  justify-content: center;
}
.blog-post .wp-block-image img {
  height: auto;
  border-radius: 22px;
}