.wrap-around-ds {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    justify-content: space-between;
}

.wrap-around-ds li {
    width: 500px;
}

.brand-ds img {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    width: 250px;   
}

@media screen and (max-width: 1000px) {
  .wrap-around-ds {
    display: block;
  }

  .brand-ds img {
    display: block;
    margin: auto;
    width: 40%;   
  }

  .wrap-around-ds li {
    width: auto;
  }
}
