@charset "utf-8";

.minh700 {
    min-height: 700px;
}

.member_container {
  box-sizing: border-box;
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.member_box {
  width: 500px;
  height: 300px;
}

.mb-50px {
    margin-bottom:50px;
}

