.blog_page_hero_section {
  padding-top: 87px; }
  .blog_page_hero_section .blog_wrap {
    margin-top: 0px; }
    @media screen and (min-width: 992px) {
      .blog_page_hero_section .blog_wrap .blog_card:first-child {
        gap: 30px;
        grid-column: 1/-1;
        display: flex;
        flex-direction: row; }
        .blog_page_hero_section .blog_wrap .blog_card:first-child .blog_card_text {
          max-width: calc(100% - 560px);
          width: 100%; }
        .blog_page_hero_section .blog_wrap .blog_card:first-child blog_card_cat_wrap {
          margin-bottom: 25px; }
        .blog_page_hero_section .blog_wrap .blog_card:first-child p {
          font-size: 22px; }
        .blog_page_hero_section .blog_wrap .blog_card:first-child h6 {
          font-size: 30px; }
        .blog_page_hero_section .blog_wrap .blog_card:first-child .blog_card_img {
          width: 100%;
          max-width: 530px;
          margin-bottom: 0; } }
  .blog_page_hero_section .breadcrumbs-item,
  .blog_page_hero_section .breadcrumb-item,
  .blog_page_hero_section .breadcrumbs__link,
  .blog_page_hero_section .breadcrumbs__separator {
    text-transform: capitalize;
    color: var(--wp--preset--color--stroke);
    --bs-link-color-rgb: var(--wp--preset--color--stroke); }
  .blog_page_hero_section .breadcrumbs__link span {
    text-transform: capitalize; }
