.baner{
	min-height: 360px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
}
.baner h1{
	font-weight: 900;
	font-size: 56px;
	line-height: 56px;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #161023;
	margin-top: 86px;
	/* word-spacing: 4000px; */
}
.container{
	padding-bottom: 40px;
}
section img{
	width: 100%;
}
h2, h3{
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
	color: #161023;
	margin-bottom: 16px;
}
ul li{
	margin-bottom: 16px;
}


@media screen and (max-width: 920px) {
	.baner h1{
		word-spacing: 9999px;
	}
	.baner{
		background-position-x: 19px;
		background-repeat: repeat;
	}
}


@media only screen and (min-width: 920px) {
	.baner{
		background-position: center;
	}
	.baner h1{
		font-size: 70px;
		line-height: 75px;
		font-weight: 600;
		margin: 305px auto 305px 120px;
	}
	h2{
		font-size: 56px;
		line-height: 64px;
	}
	h3{
		font-size: 32px;
		line-height: 48px;
	}
	.small-wrap{
		max-width: 552px;
		margin: auto;
	}
	.whois{
		padding-top: 48px;
		padding-bottom: 48px;
		background-color: rgba(244, 246, 249, 0.5);
	}
	.experience{
		padding:  90px 76px 100px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.experience img{
		max-width: 600px;
		width: 100%;
	}
	.text-experience{
		max-width: calc(100% - 742px);
		width: 100%;
		margin-left: 0;
		padding-left: 56px;
	}
	.practice img{
		height: auto;
	}
	.text-ptactice{
		margin: auto;
		max-width: 886px;
		padding-top: 48px;
		
	}

}