@media screen and (max-width: 1530px) and (min-width: 1260px){
	.header{
		gap: 320px;
		padding: 70px 40px;
	}
	.header div:nth-child(2){
		font-size: 30px;
		line-height: 70px;
	}
	.header button{
		width: 200px;
		height: 58px;
		font-size: 18px;
		margin-top: 50px;
		margin-right: 10px;
	}
	.about{
		height: auto;
	}
	.about div:nth-child(1){
		padding: 100px 80px 120px;
	}
	.about div:nth-child(1) h1{
		font-size: 52px;
		margin-bottom: 18px;
	}
	.about div:nth-child(1) p{
		font-size: 20px;
		line-height: 30px;
	}
	.about img{
		width: 360px;
	}
}
