body {
	background-image: url("img/background-w.png");
	/* background-image: url("img/6911265199.jpg"); */
	font-family: Arial, serif;
  	font-weight: 300;
	margin:0;
}

.w-header {
	background:#ffffff;	
	height:100px;
	display: flex;
    justify-content: center;
}

.w-contain {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  bottom: 0;
  width: 100%;
 /* height: 100%; */
 /* background-size: contain; */
  background-size: cover;
  background-position: center;
}

.w-text {  
  width: 600px;
  max-width: 75%;
  padding: 12px 42px;
  margin: 54px 18px;
  background: #fff;
  text-align: center;
  position: relative;
	margin:auto;
}

.w-text-block {
  margin: 30px 0;
}

.w-text-content {
  text-align: center;
  line-height: 2;
}

.w-btn {
	background:#242424;
	color:	#fff;
	font-size: 17px;
  padding: 7px;
  border: none;
  border-radius: 5px;
}