.section-title {
	position: relative;
}
	.section-title::before {
		width: 205px;
		height: 1px;
		content: '';
		position: absolute;
		top: 45%;
		left: 89.5%;
		background: var(--primary);
	}
	.section-title span {
		display: block;
	    font-size: 60px;
	    line-height: 1;
	    letter-spacing: 0;
	    font-family: var(--font-cormorant);
	    position: relative;
	    font-weight: 500;
	}
	#content .section-title strong {
		font-size: 60px;
		font-weight: 500;
		margin-top: 0;
	}

.ip-about-outer-wrap {
	padding: 90px 0 145px;
}

.ip-about-left {
	padding: 0;
	margin-top: 60px;
}
	.ip-about-text-wrap {
		margin-left: -35px;
	}
		.ip-about-text {
			color: #cccccc;
			margin-top: 30px;
		}
			#content .ip-about-text p {
				margin-bottom: 25px;
				line-height: 25px;
			}
.ip-about-right {
	font-size: 0;
}
	.ip-about-photo {
		margin-right: -133px;
		position: relative;
	}
		.ip-about-photo-bg {
			width: 100%;
			height: 100%;
			position: absolute;
			z-index: -1;
			top: 0;
			right: 0;
		}
			.ip-about-photo-bg canvas {
				width: 100%;
				height: 100%;
				background-size: cover;
				background-position: top right;
				background-repeat: no-repeat;
			}

@media only screen and (max-width: 1440px) {
	.ip-about-text-wrap {
		margin-left: 0;
	}
}


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

@media only screen and (max-width: 1199px) {
	.section-title span,
	#content .section-title strong {
		font-size: 45px;
	}
}

@media only screen and (max-width: 991px) {
	.ip-about-outer-wrap {
		padding: 50px 0;
		text-align: center;
	}
	.ip-about-left {
		padding: 0 15px;
		margin: 0 0 40px;
	}
	.section-title::before {
		display: none;
	}
	.ip-about-photo {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
}

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

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