.app-stores-wrap {
  display: flex;
  gap: 30px;
}

.app-stores-wrap img {
  width: 100%;
  max-width: 150px;
}

@media (max-width: 880px) {
  .app-stores-wrap {
    gap: 15px;
  }
  .app-store-app-store,
  .app-store-google-play {
    width: calc(50% - 15px);
  }
}