.mobile-version {
      display: none;
    }

    @media (max-width: 768px) {
      .desktop-version {
        display: none;
      }

      .mobile-version {
        display: block;
      }
    }

    .mobile-version img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    img {
      vertical-align: bottom;
    }

    .flex-column {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 1920px;
      margin: 0 auto;
      padding: 0;
    }

    .flex-row {
      display: flex;
      max-width: 1920px;
      flex-direction: row;
      justify-content: center;
      margin: 0 auto;
    }

    .flex-row img {
      height: auto;
    }

    .special-offers,
    .discover-categories,
    .brands,
    .brands2{
    background-color: #EFE9E1;
    width: 100%;
    display: flex;
    justify-content: center;
    }

    .special-offers .flex-row,
    .discover-categories .flex-row,
    .brands .flex-row,
    .brands2 .flex-row{
    max-width: 1920px;
    justify-content: center;
    gap: 20px; 
    padding: 40px 0;
  }

    .brands-m .flex-row,
    .brands-m1 .flex-row,
    .brands-m2 .flex-row{
    max-width: 768px;
    justify-content: center;
    gap: 5px; 
    padding: 10px 0;
  }

    .brands-m,
    .brands-m1,
    .brands-m2{
    background-color: #EFE9E1;
    width: 100%;
    display: flex;
    justify-content: center;
    }

