.law_wrapper__z7a_U {
  padding: 200px 0;
}
@media screen and (max-width: 1080px) {
  .law_wrapper__z7a_U {
    padding: 160px 0;
  }
}
@media screen and (max-width: 800px) {
  .law_wrapper__z7a_U {
    padding: 140px 0;
  }
}
.post_wrapper__fSOuo {
  max-width: 700px;
  margin: 48px auto;
}
.post_post__N6MJj {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1080px) {
  .post_post__N6MJj {
    font-size: 18px;
  }
}
.post_post__N6MJj h1 {
  font-size: 54px;
  font-weight: 400;
  margin-top: 0;
}
@media screen and (max-width: 1080px) {
  .post_post__N6MJj h1 {
    font-size: 28px;
  }
}
.post_post__N6MJj h2 {
  font-size: 36px;
  font-weight: 400;
  color: var(--primary);
  margin: 60px 0 0;
}
@media screen and (max-width: 1080px) {
  .post_post__N6MJj h2 {
    font-size: 26px;
  }
}
.post_post__N6MJj h2 + p {
  margin-top: 20px;
}
.post_post__N6MJj h3 {
  font-size: 26px;
  font-weight: 600;
  color: var(--primary);
  margin: 60px 0 0;
}
@media screen and (max-width: 1080px) {
  .post_post__N6MJj h3 {
    font-size: 20px;
  }
}
.post_post__N6MJj h3 + p {
  margin-top: 20px;
}
.post_post__N6MJj p {
  margin: 30px 0;
}
.post_post__N6MJj a {
  color: var(--primary);
  text-decoration: underline;
}
.post_post__N6MJj ol,
.post_post__N6MJj ul {
  margin-top: 16px;
  padding: 0;
  list-style: none;
}
.post_post__N6MJj ol li,
.post_post__N6MJj ul li {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  line-height: 1.3;
}
.post_post__N6MJj ol li:before,
.post_post__N6MJj ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: var(--primary);
}
.post_post__N6MJj strong {
  font-weight: 500;
}
.post_post__N6MJj img {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  border-radius: var(--border-radius);
}
.post_post__N6MJj blockquote {
  position: relative;
  margin: 60px 0 40px;
  padding: 60px 32px 32px;
  font-size: 26px;
  background-color: var(--primary);
  border-radius: var(--border-radius);
  color: var(--black);
  background-image: url(/img/pages/posts/quote.svg);
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
@media screen and (max-width: 1080px) {
  .post_post__N6MJj blockquote {
    font-size: 20px;
  }
}
.post_post__N6MJj iframe {
  width: 100%;
  border-radius: var(--border-radius);
  margin-top: 30px;
}
.post_heading__xfF9U {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  margin-bottom: 48px;
}
.post_heading__xfF9U .post_categories__iODEh {
  position: absolute;
  width: 100%;
  height: 212px;
  display: flex;
  justify-content: right;
  gap: 32px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 13.68%,
    transparent 65.62%,
    transparent
  );
  padding: 16px 20px;
  top: 0;
  left: 0;
}
.post_heading__xfF9U .post_categories__iODEh span {
  color: var(--primary);
  text-transform: uppercase;
}
.post_heading__xfF9U .post_categories__iODEh span:last-of-type {
  text-transform: unset;
  color: var(--white);
}
.post_featuredImage__3826o {
  display: block;
  max-height: 500px;
  object-fit: cover;
}
