.head_wrapper {
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  padding: 12px 5%;
}
.head_logo {
  width: 150px;
}
@media (max-width: 600px) {
  .head_logo {
    width: 100px;
  }
}

