.headerImg_style {
  width: 100%;
  vertical-align: middle;
}
img{
  width: 100%;
}
.consulting{
  position: fixed;
  bottom: 40%;
  right: 0
}
.more{
  height: 70px;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more > button {
  padding: 8px 16px;
  outline: none;
  border: none;
  border-radius: 5px;
  background-color: #f6725f;
  color: #fff;
}
.more > button > span{
  font-weight: bold;
  display: inline-block;
  margin-left: 3px;
}