.flex_box--01 {
  display: flex;
  align-items: center;
  gap: 20px 50px;
  @media screen and (max-width: 767px) {
    flex-wrap: wrap;
  }
}