.decor-1{
	background-color: #fff;
	height: 7px;
}

.decor-2{
	background-color: #fff;
	height: 2px;
}

.about-content{
	margin-top: 3%;
	margin-bottom: 10%;
}

.about-text{
	padding-right: 10%;
	font-size: 1.3vw;
	line-height: 2.1vw;
	padding-top: 5%;
	letter-spacing: 0.05vw;
}

@media only screen and (max-width: 768px) {

	

	.about-text{
		font-size: 4vw;
		line-height: 6vw;
		text-align: center;
		padding-right: 0%;
		margin-bottom: 5%;
	}

	.about-content{
		padding: 7.5%;
	}

}