	h1,h2,h3,h4,h5,h6{	float: left;}	#content{	float:left;	width: 100%;	margin-bottom: 20px;}	#content .title-box{	float: left;	width: 100%;	margin-bottom: 30px;}	#content .title-box h1{	font-size: 23px;	float: none;	margin: 0;}	#content .contact-form{	float:left;	width: 700px;	padding: 45px;	-webkit-box-shadow: 0px 1px 6px 1px rgb(0 0 0 / 8%);	box-shadow: 0px 1px 6px 1px rgb(0 0 0 / 8%);	margin-bottom: 20px;}	#content .contact-form .line{	float:left;	width: 100%;	margin-bottom: 20px;}	#content .contact-form .line label{	float: left;	width: 100%;	margin-bottom: 10px;	font-weight: 600;	}	#content .contact-form .line input{	width: 400px;	padding: 10px;}	#content .contact-form .line select{	width: 400px;	padding: 9px;}	#content .contact-form .line textarea{	width: 100%;	min-width: 100%;	max-width: 100%;	min-height: 220px;	max-height: 220px;	padding: 10px;	overflow: overlay;}	#content .contact-form .send{ 	float: right;}	#content .sidebar{	float: left;	width: 300px;	margin-left: 20px;}	#content .sidebar .contact-box{	float: left;	width: 100%;	padding: 40px;	-webkit-box-shadow: 0px 1px 6px 1px rgb(0 0 0 / 8%);	box-shadow: 0px 1px 6px 1px rgb(0 0 0 / 8%);	margin-bottom: 20px;}	#content .sidebar .contact-box span{	float: left;	width: 100%;	font-weight: 600;	margin-bottom: 5px;}	#content .sidebar .contact-box ul{	float: left;	width: 100%;}	#content .sidebar .contact-box ul li{	float: left;	width: 100%;	margin-bottom: 15px;}	#content .sidebar .contact-box ul li:last-child{	margin-bottom: 0px;}	#content .sidebar .contact-box ul li p{	float: left;	width: 100%;	line-height: 20px;	color: #333;}	#content .sidebar .contact-box ul li a {	color: #1a73e8;}@media only screen and (max-width: 1020px){	#content{	margin-bottom: 4%;}	#content .title-box{	text-align: center;	display:  block;	margin-bottom: 6%;}	#content .title-box h1{	float: left;	width: 100%;}	#content .contact-form{	width:100%;}	#content .contact-form .line input, #content .contact-form .line select{	width: 100%;}	#content .sidebar{	width: 100%;	margin-left: 0;}	#content .sidebar .contact-box{	margin-bottom: 4%;}}