

.category.post-card-v1-category {

  z-index: 1;
  margin: 32px;
  position: absolute;
  top: 0;
  right: 0;
}









.post-v3-cards {

  flex-wrap: wrap;
  margin-bottom: -40px;
  display: flex;
}

.post-v3-card {

  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  transition: box-shadow .3s;
  display: flex;
  position: static;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.post-v3-card:hover {

  box-shadow: 0 8px 28px #2e323c17;
}

.post-v3-card-image {

  background-color: var(--light-grey);
  background-image: url('/images/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  position: relative;
}

.post-v3-card-info {

  color: var(--black-2);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding: 24px 32px;
  display: flex;
  position: relative;
}

.post-v3-card-header {

  flex: 1;
  margin-top: 2px;
  margin-bottom: 24px;
}

.post-v3-card-header.cases-new {

  margin-bottom: 2px;
}

.post-card-v3-bottom {

  border-top: 1px solid var(--ghost-white);
  color: var(--light-slate-grey);
  align-items: center;
  padding-top: 24px;
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 24px;
  display: flex;
}

.post-card-v3-avatar {

  background-color: var(--gainsboro);
  background-image: url('/images/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.post-card-v3-author {

  flex: 1;
  margin-left: 12px;
  font-weight: 700;
}

.post-card-v1 {

  text-align: left;
  flex-direction: column;
  margin-bottom: 56px;
  display: flex;
}

.post-card-v1-bottom {

  border-top: 1px solid var(--gainsboro);
  color: var(--light-slate-grey);
  align-items: center;
  margin-top: 8px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 4px;
  font-size: 13px;
  line-height: 24px;
  display: flex;
}

.post-card-v1-avatar {

  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.post-card-v1-author {

  color: var(--light-slate-grey);
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.post-card-v1-author:hover {

  text-decoration: underline;
}

.post-card-v1-image {

  z-index: 1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 424px;
  display: flex;
  position: relative;
  overflow: hidden;
}



.post-card-v1-text {

  color: var(--light-slate-grey);
  margin-top: 0;
}

.blog-card-v1-dot {

  background-color: var(--dark-grey);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}









.post-v3 {

  width: 33.33%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.blog-posts-and-sidebar {

  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.blog-posts-v1-wrapper {

  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-sidebar {

  text-align: left;
  width: 27.5%;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-posts-v1 {

  flex-direction: column;
  margin-bottom: -56px;
  display: flex;
}

.blog-sidebar-block {

  margin-bottom: 56px;
}

.blog-category-dot {

  background-color: var(--black-2);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-top: 1px;
  margin-right: 16px;
}









.post-header-section {

  background-color: var(--black-2);
  color: #fff;
  text-align: center;
  background-image: url('/images/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  min-height: 640px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.post-header-bg {

  object-fit: cover;
  object-position: 50%;
  z-index: 0;
}

.post-header-avatar {

  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  margin-right: 12px;
}

.post-header-author {

  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  display: flex;
}

.post-header-wrapper {

  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66.66%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.post-header-overlay {

  background-color: #1a1f2e80;
  position: absolute;
  inset: 0;
}

.blog-post {

  text-align: left;
}

.blog-post h1, .blog-post p {

  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-post img {

  border-radius: 8px;
}

.blog-post h2, .blog-post blockquote, .blog-post ul, .blog-post ol, .blog-post h5 {

  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-post a {

  text-decoration: underline;
}

.blog-post a:hover {

  text-decoration: none;
}

.blog-post h6, .blog-post h3, .blog-post h4 {

  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-post figure {

  padding-left: 8.33%;
  padding-right: 8.33%;
}

.blog-post-content {

  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.blog-post-rich-block {
  font-size: 16px;
  line-height: 28px;
}

















.post-header-avatar-big {

  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: 30px;
  margin-left: 12px;
  margin-right: 12px;
}



@media screen and (max-width: 991px) {
  

  

  .post-v3-cards {

    margin-bottom: -16px;
  }

  .post-v3-card {

    display: flex;
  }

  .post-v3-card-image {

    height: 176px;
    position: relative;
  }

  .post-v3-card-info {

    padding: 16px 24px;
  }

  .post-v3-card-header {

    margin-bottom: 16px;
  }

  .post-card-v3-bottom {

    padding-top: 16px;
  }

  .post-card-v1 {

    margin-bottom: 32px;
  }

  .post-card-v1-image {

    max-height: none;
  }

  .post-card-v1-header {

    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .post-v3-cards {

    flex-wrap: wrap;
    margin-bottom: -24px;
  }

  .post-card-v1-author {

    flex: 1;
  }

  .post-card-v1-header {

    margin-top: 16px;
  }
}

@media screen and (max-width: 479px) {
  .post-v3-card-image {

    height: 240px;
  }
}

@media screen and (max-width: 991px) {
  

  .post-v3 {

    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-posts-and-sidebar {

    padding-top: 0;
  }

  .blog-posts-v1-wrapper {

    padding-left: 8px;
    padding-right: 16px;
  }

  .blog-sidebar {

    width: 33.33%;
    padding-left: 16px;
    padding-right: 8px;
  }

  .post-header-section {

    height: 75vh;
    min-height: 520px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-header-wrapper {

    width: 100%;
  }

  .blog-post h1 {

    width: 83.33%;
  }

  .blog-post p {

    width: 83.33%;
    font-size: 16px;
  }

  .blog-post h2, .blog-post blockquote, .blog-post ul, .blog-post ol, .blog-post h5, .blog-post h6, .blog-post h3 {

    width: 83.33%;
  }

  .blog-post h4 {

    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-post figure {

    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-content {

    padding-left: 8px;
    padding-right: 8px;
  }

  

  
}

@media screen and (max-width: 767px) {
  

  

  

  .post-v3 {

    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
  }

  .blog-posts-v1-wrapper {

    padding-right: 12px;
  }

  .blog-sidebar {

    padding-left: 12px;
  }

  .post-header-section {

    height: auto;
    min-height: 0;
  }

  .post-header-author {

    font-size: 14px;
    line-height: 24px;
  }

  .post-header-wrapper {

    margin-top: 56px;
  }

  .blog-post p, .blog-post-rich-block p {

    line-height: 28px;
  }

  
}

@media screen and (max-width: 479px) {
  

  

  .post-v3 {

    width: 100%;
  }

  .blog-posts-and-sidebar {

    flex-direction: column;
  }

  .blog-posts-v1-wrapper {

    width: 100%;
    padding-right: 8px;
  }

  .blog-sidebar {

    width: 100%;
    margin-bottom: -56px;
    padding-top: 24px;
    padding-left: 8px;
  }

  .blog-posts-v1 {

    margin-bottom: -16px;
  }

  

  .blog-post h1, .blog-post p, .blog-post h2, .blog-post blockquote, .blog-post ul, .blog-post ol, .blog-post h5, .blog-post h6, .blog-post h3, .blog-post h4, .post-date-wrapper {

    width: 100%;
  }

  

  
}
