@media screen and (max-width: 2048px) {
	
	.about_ct {
		width: 380px;
	
		color: white;
		position: absolute;
		top: 0%;
		left:20%;
		font-size: 16px;
		text-align: center;
		background: #383838;
	
	}
	
	.index_06_ct {
		position: absolute;
		z-index: 999;
		width: 380px;
		background: linear-gradient(15deg, rgba(31, 31, 31, 1), rgba(31, 31, 1, 0.8));
		top: 0%;
		right: 13%;
	}
	

}