@charset "UTF-8";
/* CSS Document */

.contact_main {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 200px;
}

.about_us{
	margin-top: 60px;
	margin-left: 14%;
	margin-right: 14%;
	padding-bottom: 40px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
	text-align: justify;
	letter-spacing: -0.3px;
}

.item-list-contact-main {
	margin-top: 40px;
	/*margin-left: 14%;
	margin-right: 14%;*/
	display: grid;
	grid-template-columns: repeat(auto-fit, 260px);
	grid-template-rows: 230px;
	column-gap: 50px;
	grid-row-gap: 60px;
	justify-content: center;
}

h3 {
	font-size: 21px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

.address {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.tel img {
	width: 13px;
}

.tel {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
}

.fax img {
	width: 13px;
}

.fax {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
}

.email img {
	width: 13px;
}

.email {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
}

.googlemap {
	font-size: 14px;
	margin-top: 50px;
	font-weight: 300;
}

.social_about {
	display: flex;
}

.social_about img {
	width: 30px;
	padding-top: 10px;
	padding-right: 10px;
}



@media (max-width: 1000px) {
	
.contact_main {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 200px;
}

.about_us{
	margin-top: 60px;
	margin-left: 14%;
	margin-right: 14%;
	padding-bottom: 40px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
	text-align: justify;
	letter-spacing: -0.3px;
}

.item-list-contact-main {
	margin-top: 40px;
	margin-left: 14%;
	margin-right: 14%;
	display: grid;
	grid-template-columns: repeat(auto-fit, 240px);
	grid-template-rows: 230px;
	column-gap: 50px;
	grid-row-gap: 50px;
	justify-content: space-evenly;
}

.social_about {
	display: flex;
}

.social_about img {
	width: 30px;
	padding-top: 10px;
	padding-right: 10px;
}


}

@media (max-width: 768px) {
	
.contact_main {
	margin-left: 6%;
	margin-right: 6%;
	margin-bottom: 80px;
}

.about_us{
	margin-top: 60px;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 30px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	text-align: justify;
	letter-spacing: -0.3px;
}

.item-list-contact-main {
	margin-top: 40px;
	margin-left: 5%;
	margin-right: 5%;
	display: grid;
	grid-template-columns: repeat(auto-fit, 250px);
	grid-template-rows: 230px;
	column-gap: 40px;
	grid-row-gap: 70px;
	justify-content: space-evenly;
}


h3 {
	font-size: 21px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

.address {
	font-size: 15px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 0.3px;
	margin-bottom: 5px;
}

.tel img {
	width: 14px;
}

.tel {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
}

.fax img {
	width: 14px;
}

.fax {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
}

.email img {
	width: 14px;
}

.email {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
}

	
.googlemap {
	font-size: 14px;
	margin-top: 30px;
	font-weight: 300;
}


.social_about {
	display: flex;
	margin-left: 10px;
}

.social_about img {
	width: 30px;
	padding-top: 10px;
	padding-right: 10px;
}


}