p{margin-bottom:15px;}
.mt-111 {
  margin: 111px auto 0;
  width: 100%;
  max-width: 1200px;
}
.page {
  background-color: rgb(255, 255, 255);
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
/* .text-wrapper {
  background-image: url('../../images/a8e85907c0d9fc3a1e7230d59903e8e9.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  height: 75vh;
} */
.text-wrapper {
  background-image: url('../../images/a8e85907c0d9fc3a1e7230d59903e8e9.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  aspect-ratio: 1920 / 853;
  width:100%;
  /*max-width: 1920px;*/
  margin:0 auto;
}
/* .text {
  margin-left: 134px;
  padding-right: 50px;
  color: rgb(28, 28, 28);
  font-size: 42px;
  font-family:  "HarmonyOS Sans","OPPO Sans",sans-serif;
  line-height: 33px;
  height: 100%;
  display: flex;
  align-items: center;
  background: #b4a487;
} */
 .text {
  color: rgb(255, 255, 255);
  font-size: 65px;
  font-family:  "NunitoSans",sans-serif;
  line-height: 50px;
}
.font {
  font-size: 24px;
  font-family: "NunitoSans",sans-serif;
  line-height: 36px;
  color: rgb(28, 28, 28);
}
.text-wrapper_2 {
  align-self: center;
}
.view {
  padding: 14px 0 18px;
  background-color: rgb(28, 28, 28);
  border-radius: 6px;
}
.button {
  color: rgb(255, 255, 255);
  font-size: 26px;
  font-family: "NunitoSans",sans-serif;
  line-height: 17px;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 17px 20px;
}
