.press__items {
  align-items: center;
  background-color: var(--c-mb-teal);
  display: flex;
  gap: 4%;
  flex: 1;
  justify-content: center;
}
