.search_left{
  display: flex;
  flex-flow: row wrap;
  align-content:space-around;
  align-items: center;
  justify-content: flex-start;
}