/** Shopify CDN: Minification failed

Line 52:2 Unexpected "}"

**/
 .yv-featured-blog-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 3%;
    overflow: hidden;
  }
  
  @media (min-width: 850px) {
    .yv-featured-blog-card {
      flex-direction: row;
      height: 100%;
      min-height: 400px;
    }
  }
  
  .yv-featured-blog-img {
    width: 100%;
    display: block;
  }
  
  @media (min-width: 850px) {
    .yv-featured-blog-img {
      width: 50%;
    }
  }

  @media (max-width: 850px){
  .yv-featured-blog-content {
      padding: 0 3% 30px !important;
    }
    .featured-blog-article,
    .featured-blog-article .yv-featured-blog-card{
      padding: 0;
      margin-bottom: 0 !important;
    }
    .main-blog-section .top_page_title {
      min-height: 80px;
    }
    .main-blog-section .button.small-btn {
      min-width: 225px !important;
      min-height: 36px !important;
    } 
    .yv-blog-card{
      border-radius: 10px;
    }
     .featured-blog-article 
  }
  
  .yv-featured-blog-img .image-wrapper {
    height: 100%;
    min-height: 350px;
  }
  
  .yv-featured-blog-img .lazy-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .yv-featured-blog-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px;
    width: 100%;
    background: #fff;
  }
  
  @media (min-width: 850px) {
    .yv-featured-blog-content {
      width: 50%;
    }
  }
  
  .yv-featured-blog-title {
    font-size: 24px;
    margin: 15px 0;
    line-height: 1.3;
  }
  
.yv-blog-card-text span{
  font-weight: 700;
}

  .yv-featured-blog-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .yv-blog-date{
    background: #48A0A0;  
    color: #fff;
  }

.blog-button{
    background: transparent;
    color: #000;
    border: none;
    border-radius: 0;
    padding-bottom: 3px;
    font-weight: 700;
    font-size: 85% !important;
    padding: 0 !important;
}
.blog-date{
  margin: 16px 0 12px !important;
  display: flex;
  align-items: center;
}
.yv-blog-title{
  font-weight: 400;
}
.yv-blog-desc{
  display: none;
}
.yv-blog-date{
  display: none;
}