.underMaintenance_bg {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url(https://rootco.itembox.design/item/fut/undermaintenance/undermaintenance_bg.jpg?d=20240816132634) center / cover;
}
.underMaintenance_content {
  width: 70%;
  margin: 50px auto;
}
.underMaintenance_content h1 {
  font-size: 5rem;
  color: #fff;
	line-height: 5rem;
}
.underMaintenance_content h2 {
  font-size: 3rem;
  color: #fff;
		line-height: 3rem;
}
.underMaintenance_content h3 {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 40px;
	line-height: 1.4rem;
}
.underMaintenance_content p {
  font-size: 0.8rem;
  color: #fff;
  margin-top: 10px;
}

.underMaintenance_content img {
	margin-bottom: 20px ;
	width: 20%;
}


@media screen and (max-width: 680px){
.underMaintenance_content {
  width: 90%;
  margin: 10px auto;
}
	.underMaintenance_content h1 {
  font-size: 3rem;
  color: #fff;
	line-height: 3rem;
}
.underMaintenance_content h2 {
  font-size: 2rem;
  color: #fff;
		line-height: 2rem;
}
	}