#mainbanner-block {
  height: 910px;
  background-image: url("./images/bg.jpg");
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 110px;
  position: relative;
/* background-position-x: right; */
}
#mainbanner-block .container {
  height: 100%;
}
#mainbanner-block .container .mainbanner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#mainbanner-block .container .mainbanner-content *:not(button) {
  font-family: "Oswald";
  color: #000000;
}
#mainbanner-block .container .mainbanner-content .mainbanner-subtitle {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
}
#mainbanner-block .container .mainbanner-content .mainbanner-title {
  font-weight: 700;
  font-size: 160px;
  line-height: 160px;
}
#mainbanner-block .container .mainbanner-content .mainbanner-content1 {
  margin: 30px 0px;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
}
#mainbanner-block .container .mainbanner-content .mainbanner-content2 {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}
#mainbanner-block .container .mainbanner-content .mainbanner-phone {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 41px;
}
#mainbanner-block .container .mainbanner-content .mainbanner-phone a {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}
#mainbanner-block .container .mainbanner-content .mainbanner-workTime {
  margin-top: 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

@media (max-width: 999px) {
  #mainbanner-block .container .mainbanner-content .mainbanner-title {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (max-width: 699px) {
  #mainbanner-block {
    height: auto;
    padding: 40px 0px;
  }
  #mainbanner-block .container .mainbanner-content {
    justify-content: space-evenly;
    gap: 20px;
  }
  #mainbanner-block .container .mainbanner-content .mainbanner-subtitle {
    font-size: 30px;
    line-height: 30px;
  }
  #mainbanner-block .container .mainbanner-content .mainbanner-title {
    font-size: 80px;
    line-height: 80px;
  }
  #mainbanner-block .container .mainbanner-content .mainbanner-content1 {
    font-size: 25px;
    line-height: 30px;
    margin: initial;
  }
  #mainbanner-block .container .mainbanner-content .mainbanner-content2 {
    font-size: 30px;
    line-height: 30px;
    margin: initial;
  }
  #mainbanner-block .container .mainbanner-content .mainbanner-phone {
    margin: initial;
  }
  #mainbanner-block .container .mainbanner-content .mainbanner-phone a {
    font-size: 30px;
    line-height: 30px;
  }
  #mainbanner-block .container .mainbanner-workTime {
    margin: initial;
    font-size: 20px;
    line-height: 20px;
  }
}