/** Shopify CDN: Minification failed

Line 50:27 Expected identifier but found "{"
Line 50:28 Unexpected "{"
Line 50:37 Expected ":"
Line 50:70 Expected ":"
Line 51:30 Expected identifier but found "{"
Line 51:31 Unexpected "{"
Line 51:40 Expected ":"
Line 51:76 Expected ":"

**/
/* START_SECTION:custom-featured-collection (INDEX:12) */
.cfc_container{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
  }

 
  .cfc_block_img, .cfc_block_content{
        width:50%;
  }
  .cfc_block_content p {
    font-size: 14px;
    line-height: 20px;
}
  .cfc_block_content{
    padding:3rem;
    text-align:center;
    display:flex;
         justify-content:center;
    align-items:center;
    flex-direction:column;
    flex-wrap:wrap;
     background: #f5f5f5 !important;
  }
  .cfc_block_img img{
    width:100%;
    height:100%;
    object-fit:cover;
    /* border-radius: 100%; */
  }
  .cfc_block_content_title{
    margin:0;
  }
 
  @media screen and (max-width:749px){
        .cfc_container{
               padding-top:{{ section.settings.padding_top_mobile }}px !important;
               padding-bottom:{{ section.settings.padding_bottom_mobile }}px !important;
             }
    .cfc_block_content {
    padding: 1.5rem;
    }
    .cfc_block_content_title{
          font-size: 15px !important;
    }
    .cfc_block_content p {
    font-size: 12px;
    line-height: 15px;
}
    .cfc_block_content .button {
    min-height: fit-content;
              padding: 0.5rem;
}

  }
/* END_SECTION:custom-featured-collection */
