.profile{
	padding:60px;
	background-color: white;
	margin-top: 80px;
	margin-bottom: 40px;
	position: relative;
}
.fullTxt img{
	max-width: 100%;
}
.fullTxt span,.fullTxt p{
	font-size: 20px;
	line-height: 36px;
	font-weight: lighter;
	color: #18191c;
	text-align: justify;
	margin-bottom: 20px;
}
.profileTitle{
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.zs{
	position: absolute;
    right: 90px;
    top: -16px;
}
@media only screen and (max-width: 767px) {	
	.profileTitle{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.profile{
		padding: 30px 20px 20px;
		margin: 30px auto;
	}
	.fullTxt span, .fullTxt p {
	    font-size: 12px;
	    line-height: 24px;
	    margin-bottom: 10px;
	}
	.zs{
		width: 30px;
	    right: 30px;
	    top: -8px;
	}
	.zs img{
		width: 100%;
	}
}
