*{
	padding: 0px;
	margin: 0px;
	font-family: "Mulish";
}
a{
	position: absolute;
	top: 20px;
	right: 20px;
	text-transform: capitalize;
	font-size: 30px;
	color: white;
	border: 2px solid white;
	padding: 10px 30px;	
	text-decoration: none;	
}
a:hover{
	background-color: gray;
}
.wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 600px;
	background: url('../style/img/background/Baner7/Background.png');
	background-size: cover;
}
.wrap_text1{
	display: inline-block;
	font-size: 40px;
	font-weight: 500;
	color: white;
	text-align: right;
	padding: 0 40px 20px 0;
}
.wrap_text2{
	display: inline-block;
	font-size: 25px;
	font-weight: 400;
	color: white;
	padding: 0 40px 20px 0;
}
.wrap_text3{
	display: inline-block;
	color: white;
	padding: 0 40px 0 0;
}
