.stores-benefits-section{
    background-color: #F5F4EF;
    padding: 90px 0 73px 0;
}
.stores-benefits-title{
    font-family: Lato;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #1D1D1F;
    margin-bottom: 45px;
    text-align: center;
}
.stores-benefits-container{
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    float: unset !important;
    display: flex;
    gap: 72px;
}
.stores-benefits-images{
  column-count: 2;
}


.stores-benefits-images img{
    object-fit: contain;
    margin-bottom: 17px;
}
.stores-benefits-images img:nth-child(2),
.stores-benefits-images img:nth-child(4) {
  margin-bottom: 0;
}
.stores-benefits-images img:nth-child(1),
.stores-benefits-images img:nth-child(4) {
  width: 306px;
  height: 404px;
}

/* Short */
.stores-benefits-images img:nth-child(2),
.stores-benefits-images img:nth-child(3) {
  width: 306px;
  height: 197px;
}
.stores-benefits-images-container-mob{
    display: none;
}
.stores-benefits-features{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    row-gap: 66px;
    column-gap: 38px;
    width: 100%;
    height: 100%;
}
.stores-feature-item{
    display: flex;
    align-items: center;
    gap: 30px;
    width: 46%;
}
.stores-feature-item img{
    width: 80px;
    height: 80px;
}
.feature-item-title{
    font-family: Lato;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000000;
}

@media screen and (max-width:768px) {
    .stores-benefits-section{
        padding: 30px 16px;
    }

    .stores-benefits-title{
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 10px;
        text-align: start;
    }
    .stores-benefits-container{
        flex-direction: column;
        gap: 23px;
    }

   .stores-benefits-images {
    display: none;
   }
   .stores-benefits-images-container-mob{
    display: block;
    margin: 0 16px;
   }
   .stores-benefits-images-mob img{
    width: 345px;
    height: 240px;
    border-radius: 10px;
   }
   .stores-benefits-images-mob .slick-list {
  margin: 0 -16px;
}

.stores-benefits-images-mob .slick-slide {
  margin: 0 16px;            
}

  .stores-benefits-features{
    row-gap: 36px;
    column-gap: 10px;
    width: 100%;
}
  .stores-feature-item img{
    width: 45px;
    height: 45px;
  }
  .stores-feature-item{
    flex-direction: column;
    gap: 18px;
    align-items: start;
    width: 31%;
  }
  .feature-item-title{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;

  }
}