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

 article section{
	padding-top: 40px;
	padding-bottom: 40px;
}
article h1 {
	background-image: url(../img/customer-main-title.png);
	min-height: 258px;
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 37px;
	font-size: 3.7rem;
	font-weight: bold;
	color: #648053;
	padding-top: 80px;
	letter-spacing: 4px;
}
article h1 .sub-title {
	display: block;
	font-size: 50%;
	margin-top: 5px;
}
article h1 .detail {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0px;
	color: #4d4d4d;
	font-weight: normal;
	margin-top: 25px;
}
#instafeed {
	list-style: none;
	display: inline-block;
}
#instafeed img {
	border-radius: 8px;
    max-width: 100%;
    height: auto;
	border: 2px solid #ffffff;
}
#instafeed li {
	margin-bottom: 30px;
}
#instafeed p {
	margin-top: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 21px;
	line-height: 2.1rem;
}
.insta_more{
	float: right;
	color: #3d6028;
	padding-right: 15px;
}
@media screen and (max-width: 991px) {
	article h1{
	padding-top: 50px;
		min-height: 200px;
	}
}
@media screen and (max-width: 767px) {
	article h1{
		background-image: none;
		min-height: inherit;
		background-color: #ffffff;
		border: solid 3px #dedede;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	h2 {
		font-size: 22px;
	}
	article section{
		padding-top: 20px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {

}
