.members {
  padding: 56px 0 28px;
  margin: auto;
  max-width: 1280px;
  min-width: 375px;
  width: 100%;
  flex-grow: 1;
}

.members__content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.members__members-block {
  margin-bottom: 30px;
}
.members__header {
  margin: 28px;
  color: var(--main-text-color);
  font-family: 'PHGTL';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

.members__cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

@media screen and (min-width: 1200px) {
  .members__header {
    font-size: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .members__cards-wrapper {
    gap: 56px;
  }
  .members {
    padding: 28px 0;
  }
}
