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

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

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

.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: space-evenly;
}

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

.address {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.tel img {
	width: 14px;
}

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

.fax img {
	width: 14px;
}

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

.email img {
	width: 14px;
}

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

.googlemap {
	font-size: 16px;
	paddin3-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: 80px;
}

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

.item-list-contact-main {
	margin-top: 40px;
	margin-left: 10%;
	margin-right: 10%;
	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: 5%;
	margin-right: 5%;
	margin-bottom: 80px;
}

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

.item-list-contact-main {
	margin-top: 40px;
	margin-left: 6%;
	margin-right: 6%;
	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-bottom: 25px;
	letter-spacing: 1px;
}

.address {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.tel img {
	width: 16px;
}

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

.fax img {
	width: 16px;
}

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

.email img {
	width: 16px;
}

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

.googlemap {
	font-size: 17px;
	paddin3-top: 50px;
	font-weight: 300;
}

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

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