.JLift--art--body {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 50px;
    background-color: rgba(255,255,255,.7);
}
.JLift--art--head {
    font-size: 29px;
    font-weight: 700;
}
.JLift--A--H {
    position: relative;
    padding-left: 15px;
}
.JLift--A--H:before {
    position: absolute;
    content: '';
    background-color: #008AFA;
    width: 2px;
    height: 60px;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
    left: 0;
}
.JLift--art--cap {
    height: 560px;
    margin: 40px auto;
}
.JLift--art--cap img {
    width: 100%;
    height: 100%;
}
.JLift--art--paint {
    position: relative;
    padding-bottom: 50px;
}
.JLift--art--intro {
    color: #5d5d5d;
    font-size: 15px;
	line-height: 1.5;
    margin-top: 10px;
}
.JLift--art--full > p {
    font-size: 17px;
	line-height: 1.5;
}
.JLift--art--intro > p:not(:last-child) {
    margin-bottom: 20px;
}
.JLift--art--full > p:not(:last-child) {
    margin-bottom: 20px;
}
.JLift--art--full > ul, .JLift--art--full > ul > li {
    margin-bottom: 17px;
}
.JLift--art--full > p > a {
    display: inline-block;
    font-weight: 400;
    color: #0839ad;
    text-decoration: underline;
}
@media screen and ( max-width: 800px ){
    .JLift--art--cap {
        height: 333px;
    }
}
@media screen and ( max-width: 600px ){
    .JLift--art--head {
        font-size: 35px;
    }
}
@media screen and ( max-width: 480px ){
	.JLift--art--body {
		padding-left: 25px;
		padding-right: 25px;
	}
	.JLift--A--H {
		padding-left: 0;
	}
	.JLift--A--H:before {
		position: relative;
		transform: initial;
		top: 0;
		display: block;
		width: 60px;
		height: 2px;
		margin-bottom: 10px;
	}
	.JLift--art--head , .JLift--art--head + ul {
		text-align: left;
	}
	.JLift--art--head + ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}	
	.JLift--art--head {
		font-size: 27px;
		margin-bottom: 20px;
	}
	.JLift--art--paint {
		margin-top: 40px;
		padding-bottom: 0;
	}
	.JLift--art--cap {
		display: none;
	}
}
@media screen and ( max-width: 360px ){
	.artIntro {
		font-size: 15px;
		line-height: 1.5;
	}
    .JLift--art--body {
		padding-left: 10px;
		padding-right: 10px;
    }
}