.page {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  width: 1920px;
  height: 2750px;
  overflow: hidden;
}

.box_1 {
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 1);
  width: 1920px;
  height: 80px;
}

.image_1 {
  width: 140px;
  height: 80px;
  margin-left: 240px;
}

.text_1 {
  width: 916px;
  height: 80px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 44px;
  letter-spacing: 10px;
  font-family: MiSans-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 44px;
  margin-left: 122px;
}

.image_2 {
  width: 140px;
  height: 80px;
  margin: 0 240px 0 122px;
}


.section_2 {
  position: relative;
  width: 1920px;
  height: 2750px;
  margin-bottom: 1px;
}
