.blog_category__no_posts {
   align-items: center;
   display: flex;
   flex-direction: column;
   gap: 1.6rem;
   margin: 3.2rem 0;
   padding: 4rem 3.2rem;
   text-align: center;
}

.blog_category__no_posts h2 {
   color: #020617;
   font-size: 3rem;
   font-weight: 700;
   line-height: 1.2;
   margin: 0;
}

.blog_category__no_posts p {
   color: #475569;
   font-size: 1.8rem;
   font-weight: 400;
   line-height: 1.56;
   margin: 0;
   max-width: 72rem;
}

.blog_category__no_posts .btn_primary {
   margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
   .blog_category__no_posts {
      align-items: flex-start;
      margin: 2.4rem 0;
      padding: 2.4rem 1.6rem;
      text-align: left;
   }

   .blog_category__no_posts h2 {
      font-size: 2.4rem;
      line-height: 1.25;
   }

   .blog_category__no_posts p {
      font-size: 1.6rem;
      line-height: 1.5;
      max-width: none;
   }

   .blog_category__no_posts .btn_primary {
      justify-content: center;
      margin-top: 0;
      width: 100%;
   }
}
