#c27-site-wrapper {
  padding: 80px 16px 40px 16px;
}
@media screen and (min-width: 1025px) {
  #c27-site-wrapper {
    padding: 80px 32px 64px 32px;
  }
}
#c27-site-wrapper .blogpost-section {
  padding-top: 0px;
}
#c27-site-wrapper .blogpost-section .container {
  max-width: 720px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#c27-site-wrapper .blogpost-section .container .row:not(.blog-featured-image) {
  margin: 0;
}
#c27-site-wrapper .blogpost-section .blog-featured-image {
  width: 100%;
}
#c27-site-wrapper .blogpost-section .blog-title {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #c27-site-wrapper .blogpost-section .container > .blog-title {
    padding-bottom: 48px;
  }
}
#c27-site-wrapper .blogpost-section h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
}
#c27-site-wrapper .blogpost-section h2,
#c27-site-wrapper .blogpost-section h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
}
#c27-site-wrapper .blogpost-section .more-blogs {
  width: 100%;
}
#c27-site-wrapper .blogpost-section .more-blogs h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 26.4px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
#c27-site-wrapper .blogpost-section p,
#c27-site-wrapper .blogpost-section li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26.64px;
  letter-spacing: 0.015em;
  color: hsl(217, 24%, 27%);
}
#c27-site-wrapper .blogpost-section blockquote p {
  font-size: 32px;
  font-weight: 300 !important;
  line-height: 41.6px;
  letter-spacing: 0.005em;
  text-transform: none;
}
#c27-site-wrapper .blogpost-section blockquote p::before {
  content: none;
}
#c27-site-wrapper .blogpost-section .wp-block-image,
#c27-site-wrapper .blogpost-section .img-container {
  border-radius: 16px;
  overflow: hidden;
}
#c27-site-wrapper .post-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.015em;
  color: hsl(221, 13%, 46%);
}
#c27-site-wrapper .more-blogs,
#c27-site-wrapper .blog-post-previews {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1025px) {
  #c27-site-wrapper .blog-post-previews {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#c27-site-wrapper .more-blogs {
  margin-top: 128px;
}

/*# sourceMappingURL=blog.css.map */
