.jumpTo {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.jumpTo:after {
	content: "";
	position: absolute;
	right: 0;
	top: 54%;
	transform: translateY(-100%);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #6d1097;
}
.about .container .content .title {
	position: relative;
}
.about .container .content .title:before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 50px;
	height: 2px;
	background-color: #6d1097;
}
@media (min-width: 768px) {
	.about .container .content .title:before {
		bottom: -10px;
		width: 100px;
	}
}
@media (min-width: 1280px) {
	.about .container .content .title:before {
		bottom: -15px;
		width: 120px;
	}
}
@media (min-width: 1536px) {
	.about .container .content .title:before {
		bottom: -20px;
		width: 140px;
	}
}
.about-text-container {
	width: 100%;
	height: 450px;
}
.about-text-container .about-text-top {
	width: 72%;
	height: 230px;
	margin-left: 7%;
	padding: 10px;
	border: 0.5px solid #6d1097;
	border-radius: 5px;
	top: 88px;
	z-index: 1;
	background-size: 80% 100%;
	background-position-x: right;
	background-repeat: no-repeat;
}
.about-text-container .about-text-later {
	margin-top: -10px;
	margin-left: 21%;
	z-index: 2;
	background-size: 89% 93%;
	background-position-x: right;
	background-position-y: bottom;
	background-repeat: no-repeat;
}
.about-text-container .about-text-later .about-text-center-top {
	position: absolute;
	border-radius: 5px 0 5px 0;
	top: -1px;
	left: -1px;
	z-index: 1;
	width: 72.7%;
	height: 10px;
	background: #6d1097;
}
.divide-line1 {
	background-color: #631d2c;
	width: 45px;
	height: 1px;
	position: relative;
	top: -5px;
}
.divide-line2 {
	background-color: #6d1097;
	width: 45px;
	height: 1px;
	margin: 8px 0 5px;
}
.no-drag {
	user-drag: none;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
