.master {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  gap: 200px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .master {
    gap: 50px;
  }
}