*{
	padding: 0px;
	margin: 0px;
	font-family: "Mulish";
}
.wrap{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: auto;
	background: url('../style/img/background/Baner6/Background%20(1).png') 0 -153px;
	background-repeat: no-repeat;
	background-size: cover;	
}
.wrap_text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 40%;
	height: inherit;
	box-sizing: border-box;
	padding-left: 20px;
}
.wrap_picture{
	display: flex;
	flex-direction: row;
}
.wrap_head {
	font-size: 100px;
	line-height: 80px;
	color: #000000;
	font-weight: 500;
	font-family: "Muli";
	margin-bottom: 20px;
}
.wrap_section {
	font-size: 35px;
	color: #000000;
	font-weight: 200;
	font-family: "Muli";
}
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_picture1>img{
	width: 150px;
}
.wrap_picture2>img{
	width: 300px;
}
.wrap_picture3>img{
	width: 100px;
}
.wrap_picture4>img{
	width: 150px;
}
.wrap_picture4{
	display: flex;
	flex-direction: column;
	justify-content: center;
}