@media (max-width: 460px) {
  .beauty-odoo-benefits .elementor-container.elementor-column-gap-default {
    flex-wrap: nowrap;
    animation: scroll 10s linear infinite;
    width: max-content !important;
  }

  .beauty-odoo-benefits .elementor-container.elementor-column-gap-default .elementor-col-20 {
    flex-shrink: 0;
    width: 100vw;
  }

  .beauty-odoo-benefits .elementor-container.elementor-column-gap-default .elementor-element-106bd5db .elementor-widget-wrap {
    padding: 12% 10% 0% 10% !important;
  }

  /*.beauty-odoo-benefits*/
  /*  .elementor-container.elementor-column-gap-default*/
  /*  .elementor-element-106bd5db*/
  /*  .elementor-widget-wrap*/
  /*  .elementor-widget-container {*/
  /*  padding: 30px 0px 0px 0px !important;*/
  /*}*/
  
  .curated-gift-sets .mkdf-pl-outer.mkdf-outer-space {
    display: flex;
    max-width: none;
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll 15s linear infinite;
  }
  
  .curated-gift-sets .mkdf-pl-outer.mkdf-outer-space .mkdf-pli.mkdf-item-space  {
      width: 50vw !important;
      margin-right: 16px !important;
  }

  .beauty-odoo-blog .mkdf-bl-wrapper {
    overflow: hidden;
    width: 100%;
  }

  .beauty-odoo-blog .mkdf-bl-wrapper .mkdf-blog-list {
    display: flex;
    width: max-content;
    animation: scroll 15s linear infinite;
  }

  .beauty-odoo-blog .mkdf-bl-wrapper .mkdf-blog-list .mkdf-bl-item {
    flex-shrink: 0;
    width: calc(100vw - 32px);
    /* width: 100%; */
  }
  
  
.beauty-odoo-benefits {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    max-width: none !important;
    animation: scroll 15s linear infinite;
  }
  
    .beauty-odoo-benefits .e-con.e-child {
    width: 100vw;
    flex-shrink: 0;
  }

  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
}
