/* ================= NavBar Area ==================== */
.about-us {
	background-color:rgb(255, 141, 107);	
	overflow:hidden;
}

.about-us .product_name {
	text-align: center;
    color: rgb(255, 255, 255);
    font: bold 44px / 58px "Microsoft JhengHei";
}

.about-us .subtitle {
	text-align: center;
    color: rgb(71, 71, 71);
    margin-bottom: 54px;
    font: 28px / 37px "Microsoft JhengHei";
}

.about-us .description {
	padding-left: 36px;
    color: rgb(255, 255, 255);
    font: 20px / 36px "Microsoft JhengHei";
}

.about-us .btn-about {	
	color: rgb(255, 255, 255);
    background-color: transparent;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    padding: 9px 13px 8px;
    font: bold 20px / 27px "Microsoft JhengHei";
    text-decoration: none;
}
.about-us .btn-about:hover {	
	opacity:.6;
}

.about-us p {
	font-size:16px;
	line-height:30px;
	color:#6a6a6a;
	margin-bottom:30px;	
}
.about-us img {
		width:80%;
		margin-left:20px;
	}
@media only screen and (max-width: 768px) { 
	.about-us {
		padding-bottom:60px;
	}
	.about-us .product_name {
		font: bold 32px / 42px "Microsoft JhengHei";
	}
	.about-us .subtitle {
		font: 20px / 32px "Microsoft JhengHei";
	}
	.about-us .description {
		padding-left:10px;
		padding-right:5px;
	}
	.about-us .btn-about {
		margin-top:10px;
		margin-right:10px;
	}
	.about-us img {
		width:60%;
	}
}