.grid__component_1vo5v {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  box-sizing: border-box;
}

.grid__top_1vo5v {
  align-items: flex-start;
}

.grid__middle_1vo5v {
  align-items: center;
}

.grid__bottom_1vo5v {
  align-items: flex-end;
}

.grid__left_1vo5v {
  justify-content: flex-start;
}

.grid__center_1vo5v {
  justify-content: center;
}

.grid__right_1vo5v {
  justify-content: flex-end;
}

.grid__around_1vo5v {
  justify-content: space-around;
}

.grid__between_1vo5v {
  justify-content: space-between;
}
