.single-ylw_content_market article.type-ylw_content_market .post-content .vc-ylw-checklist,
.single-ylw_inbound_market article.type-ylw_inbound_market .post-content .vc-ylw-checklist,
.single-post article.type-post .post-content .vc-ylw-checklist{
  --ylw-small-font: 16px;
  --ylw-font-size-h2: 20px;
  position: relative;
}
/* .single-post article.type-post .post-content .vc-ylw-checklist *{
  font-size: 16px;
} */
.single-ylw_content_market article.type-ylw_content_market .post-content .vc-ylw-checklist .vc-ylw-wrapper,
.single-ylw_inbound_market article.type-ylw_inbound_market .post-content .vc-ylw-checklist .vc-ylw-wrapper,
.single-post article.type-post .post-content .vc-ylw-checklist .vc-ylw-wrapper{
  display: flex;
  align-items: center;
  padding: 18px;
}
.single-ylw_content_market article.type-ylw_content_market .post-content .vc-ylw-checklist .left-icon-container,
.single-ylw_inbound_market article.type-ylw_inbound_market .post-content .vc-ylw-checklist .left-icon-container,
.single-post article.type-post .post-content .vc-ylw-checklist .left-icon-container{
  width: 35%;
  padding: 16px;
}
.single-ylw_content_market article.type-ylw_content_market .post-content .vc-ylw-checklist .right-chekclist-container,
.single-ylw_inbound_market article.type-ylw_inbound_market .post-content .vc-ylw-checklist .right-chekclist-container,
.single-post article.type-post .post-content .vc-ylw-checklist .right-chekclist-container{
  width: 65%;
  padding: 16px;
}
@media (max-width: 569px){
  .single-ylw_content_market article.type-ylw_content_market .post-content .vc-ylw-checklist .vc-ylw-wrapper,
  .single-ylw_inbound_market article.type-ylw_inbound_market .post-content .vc-ylw-checklist .vc-ylw-wrapper,
  .single-post article.type-post .post-content .vc-ylw-checklist .vc-ylw-wrapper{
    flex-direction: column;
  }
  .single-ylw_content_market article.type-ylw_content_market .post-content .vc-ylw-checklist .left-icon-container,
  .single-ylw_inbound_market article.type-ylw_inbound_market .post-content .vc-ylw-checklist .left-icon-container,
  .single-post article.type-post .post-content .vc-ylw-checklist .left-icon-container{
    width: 80%;
  }
  .single-ylw_content_market article.type-ylw_content_market .post-content .vc-ylw-checklist .right-chekclist-container,
  .single-ylw_inbound_market article.type-ylw_inbound_market .post-content .vc-ylw-checklist .right-chekclist-container,
  .single-post article.type-post .post-content .vc-ylw-checklist .right-chekclist-container{
    width: 100%;
  }
}
.single-ylw_content_market article.type-ylw_content_market .post-content .vc-ylw-checklist .tag-label ,
.single-ylw_inbound_market article.type-ylw_inbound_market .post-content .vc-ylw-checklist .tag-label ,
.single-post article.type-post .post-content .vc-ylw-checklist .tag-label {
  position: absolute;
  top: -37px;
  font-family: 'ITCAvantGardeStd-Bold';
  font-size: inherit;
  font-weight: bold;
  background: var(--ylw-blue-light);
  display: inline-block;
  padding: 6px 36px 6px 18px;
  color: white;
}


.single-ylw_content_market article.type-ylw_content_market .post-content .vc-ylw-checklist ul:not(.no-list) li:before,
.single-ylw_inbound_market article.type-ylw_inbound_market .post-content .vc-ylw-checklist ul:not(.no-list) li:before,
.single-post article.type-post .post-content .vc-ylw-checklist ul:not(.no-list) li:before{
  width: 20px;
  height: 20px;
  background-image: url(../../assets/medias/checklist-item.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
