<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.sec1{
	
}

.sec1 .left{
	float:left;
	width:57.82%;
}

.sec1 .right{
	float:right;
	width:36.72%;
}


@media screen and (max-width: 800px){

.sec1 .left{
	float:none;
	width:auto;
	text-align:center;
	margin:0 0 20px;
}

.sec1 .right{
	float:none;
	width:auto;
}

	
}

@media screen and (max-width: 600px){

	
}</pre></body></html>