.main {
	background-color: transparent;
	box-shadow: none;
	background-size: 100% auto;
}

.profile p {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 10px;
	color: #666;
}

.profile-content h2 {
	background-color: var(--primary-color);
	color: rgba(255, 255, 255, 1);
	max-width: 450px;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 48px;
	font-weight: normal;
	font-family: pingfang;
	line-height: normal;
}

.profile-content .content-left p {
	font-size: 26px;
	line-height: 1;
}

.profile-content .content-left em {
	font-size: 180px;
	color: var(--primary-color);
	font-style: normal;
	line-height: 1;
	font-family: Gotham;
}
.content h3 {
	font-size: 20px;
	color: #222;
	font-weight: 700;
}

.content h4 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
	color: var(--primary-color);
	font-family: Gotham;
	line-height: 1.2;
}
.swiperR {
	width: 100%;
	overflow: hidden;
}
@media screen and (max-width: 1000px) {
	.main {
		background: transparent;
		padding-top: 0;
	}
	.container-fluid {
		width: 100%;
	}
	.content > .row {
		display: block;
	}
	.profile-content .content-left em {
		font-size: 100px;
	}

	.profile-content h2 {
		font-size: 30px;
		padding-top: 4px;
		padding-bottom: 4px;
		margin-bottom: 12px !important;
	}
	.container-fluid.pages.profile {
		padding-top: 60px;
	}
}
