
@media all {
  .text-center {
    text-align: center;
  }
  .breadcrumbs {
    color: #000000;
  }
  .breadcrumbs a {
    color: #F7A823;
  }
  


  ol.breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    margin-bottom: 15px;
  }
  @media only screen and (min-width: 768px) {
    ol.breadcrumbs {
      font-size: 16px;
    }
  }
  ol.breadcrumbs li {
    display: inline-block;
  }
  ol.breadcrumbs li a {
    color: #0b73b9;
    text-decoration: none;
    margin-left: 5px;
  }
  ol.breadcrumbs li:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
  }
  ol.breadcrumbs li:last-of-type {
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }
  ol.breadcrumbs li:last-of-type span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
  }
  .hero {
    position: relative;
    margin-bottom: 35px;
  }
  @media only screen and (min-width: 992px) {
    .hero {
      margin-bottom: 75px;
    }
  }
  @media only screen and (max-width: 768px) {
    .hero__blog h1{
      
font-size: 32px !important;
    }
    .hero__blog{
      padding: 40px 0;
    }
  }
  @media only screen and (min-width: 768px) {
    .hero {
      margin-bottom: 135px;
    }
  }
  .hero .container {
    position: relative;
    padding: 0 25px;
  }
  .hero__blog {
    background-color: #F8F7F7;
    color: #FFFFFF;
    position: relative;
    min-height: 380px;
    padding-bottom: 240px;
    padding-top: 120px;
  }
  @media only screen and (min-width: 992px) {
    .hero__blog {
      padding-bottom: 150px;
    }
  }
  .hero__blog .container {
    padding-top: 1px;
  }
  .hero__blog .hero__crumbs_share {
    position: relative;
  }
  @media only screen and (min-width: 992px) {
    .hero__blog .hero__crumbs_share {
      height: 100px;
    }
  }
  .hero__blog .breadcrumbs {
    text-align: center;
  }
  @media only screen and (min-width: 992px) {
    .hero__blog .breadcrumbs {
      position: absolute;
      left: 15px;
      top: 46px;
    }
  }
  .hero__blog .share .social-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media only screen and (min-width: 992px) {
    .hero__blog .share {
      position: absolute;
      right: 15px;
      top: 42px;
    }
    .hero__blog .share .social-list {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }
  .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none !important;
    margin: 0;
    padding: 0;
    gap: 10px;
  }
  .social-list a {
    -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 2px 4px 0;
    box-shadow: rgba(0, 0, 0, 0.14) 0 2px 4px 0;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    height: 35.22px;
    width: 36px;
    font-size: 16px;
    line-height: 35px;
  }
  .social-list a svg {
    height: 16px;
  }
  .social-list a svg path {
    fill: #000000;
  }
}

.social-list img{
  width: 20px;
}

.hero__blog h1{
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  padding: 40px 0px 0px;
}

/* Design-2 */

/*! CSS Used from: https://passion.digital/app/cache/min/1/app/themes/pd2024/assets/css/style.css?ver=1747733622 ; media=all */
@media all {
  
  

  strong {
    font-weight: 600;
  }
  .punct {
    color: #F7A823;
  }
  .blog-post {
    padding-bottom: 60px;
    margin-top: -247px;
    position: relative;
  }
  .entry-content {
    width: 900px;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 14px 74px 7px;
    box-shadow: rgba(0, 0, 0, 0.04) 0 14px 74px 7px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 25px;
  }
  .entry-content .featured-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  .entry-content h2 {
    margin-top: 20px;
  }
  .entry-content .entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 15px 0;
  }
  @media only screen and (min-width: 768px) {
    .entry-content .entry-header {
      padding: 30px 30px 0;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }
  .entry-content .entry-header .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
  @media only screen and (min-width: 768px) {
    .entry-content .entry-header .meta {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-bottom: 0;
    }
  }
  .entry-content .entry-header .meta span,
  .entry-content .entry-header .meta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
  }
  .entry-content .entry-header .meta a {
    font-weight: 300;
    text-decoration: none;
  }
  .entry-content .entry-header .meta svg {
    height: 20px;
    margin-right: 8px;
  }
  .entry-content .entry-header .meta svg path {
    fill: #0b73b9;
  }
  .entry-content .entry-header .category .label {
    color: #fff;
    background-color: #0b73b9;
    font-size: 17px;
    line-height: 29px;
    text-align: center;
    text-transform: capitalize;
    padding: 8px 17px;
    margin-bottom: 10px;
    border-radius: 6px;
    text-decoration: none;
    -webkit-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    font-weight: 500;
  }
  .meta img{
    width: 15px;
    margin-right: 6px;
  }
  .entry-content .entry-header .category .label:hover {
    background-color: #000;
  }
  .entry-content .entry-inner {
    max-width: 760px;
    margin: auto;
    padding: 30px 30px 0px;
  }
  .entry-content .entry {
    margin-bottom: 0px;
  }
  .entry-content .entry p {
    margin: 0.6em 0 1em 0;
    line-height: 30px;
    text-align: justify;
  }
  .entry-content .entry ul {
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    font-weight: 300;
    padding-bottom: 0;
    padding-left: 10px;
  }
  .entry-content .entry ul li {
    list-style-position: outside;
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 30px;
    margin-left: 10px;
  }

  .entry-content .author .fallback {
    height: 35px;
    width: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    margin-right: 8px;
    overflow: hidden;
    background-size: 85%;
    
  }
}