.about-v2-page {
	background: #f3f5f6;
	padding: 34px 0 36px;
}

.about-v2-page .container {
	max-width: 1120px;
}

.about-v2-page .about-section {
	padding: 6px 0 30px !important;
}

.about-v2-page .about-image-card {
	height: 100%;
}

.about-v2-page .about-image {
	background: var(--violet-950);
	border-radius: 2px;
	overflow: hidden;
}

.about-v2-page .about-image img {
	width: 100%;
	height: 100%;
	min-height: 236px;
	object-fit: cover;
	display: block;
}

.about-v2-page .about-follow {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 10px;
}

.about-v2-page .about-follow span {
	font-size: .875rem;
	font-weight: 500;
	color: #7d8794;
}

.about-v2-page .about-follow-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.about-v2-page .about-follow-links a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #d0d7df;
	color: var(--violet-800);
	font-size: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.about-v2-page .about-box {
	background: #e6f1f6;
	border: 1px solid #d8e5ed;
	border-radius: 2px;
	height: 100%;
}

.about-v2-page .about-goal-box {
	padding: 14px !important;
}

.about-v2-page .about-goal-box h6 {
	margin: 0 0 12px;
	font-size: 1.75rem;
	line-height: 1;
	color: #0a2f55;
	font-family: "Playfair Display", "Playfair Display Fallback", serif;
	font-weight: 700;
}

.about-v2-page .about-goal-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-v2-page .about-goal-box li {
	position: relative;
	padding-inline-start: 16px;
	margin-bottom: 8px;
	font-size: .9375rem;
	line-height: 1.55;
	color: #5e6d7d;
}

.about-v2-page .about-goal-box li span {
	position: absolute;
	inset-inline-start: 0;
	top: .6em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2c79bd;
}

.about-v2-page .about-side-box {
	overflow: hidden;
}

.about-v2-page .about-side-media {
	height: 110px;
	background: #464a51;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.about-v2-page .about-side-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-v2-page .about-side-media i {
	font-size: 34px;
}

.about-v2-page .about-side-box .about-text {
	padding: 12px 14px 14px !important;
}

.about-v2-page .about-side-box h6 {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 700;
	color: #0f3358;
	display: flex;
	align-items: center;
	gap: 6px;
}

.about-v2-page .about-side-box h6 i {
	color: #0f3358;
	font-size: .8125rem;
}

.about-v2-page .about-side-box p {
	margin: 0;
	font-size: .9375rem;
	line-height: 1.6;
	color: #5f6f80;
}

.about-v2-page .professional-section {
	padding: 22px 0 26px !important;
	background: #fff;
}

.about-v2-page .section-title h4 {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2.125rem);
	line-height: 1.1;
	color: #0e3258;
	font-weight: 700;
	font-family: "Playfair Display", "Playfair Display Fallback", serif;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding-bottom: 14px;
}

.about-v2-page .section-title h4::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 66px;
	height: 2px;
	background: var(--gradient-brand);
}

.about-v2-page .professional-item {
	margin-bottom: 14px;
}

.about-v2-page .pro-left {
	gap: 14px;
}

.about-v2-page .pro-left h6 {
	font-size: .875rem;
	font-weight: 700;
	color: #2e3c4d;
	margin: 0;
	align-self: flex-start;
	padding-top: 4px;
}

.about-v2-page .pro-left .vr {
	border-inline-start: 1px solid #cad2db;
	opacity: 1;
}

.about-v2-page .pro-right {
	background: #e9f2f6;
	border: 1px solid #d6e3ea;
	padding: 14px 16px 15px;
	border-radius: 2px;
}

.about-v2-page .pro-right img {
	width: 134px;
	height: 74px;
	object-fit: cover;
	border-radius: 2px;
	margin-bottom: 10px;
}

.about-v2-page .pro-right h6 {
	margin: 0 0 7px;
	font-size: 1.125rem;
	line-height: 1.3;
	color: #0f3358;
	font-weight: 700;
}

.about-v2-page .pro-right p {
	margin: 0 0 8px;
	font-size: .9375rem;
	line-height: 1.6;
	color: #5d6b7a;
}

.about-v2-page .pro-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-v2-page .pro-right li {
	position: relative;
	padding-inline-start: 14px;
	margin-bottom: 5px;
	font-size: .9375rem;
	line-height: 1.55;
	color: #546475;
}

.about-v2-page .pro-right li span {
	position: absolute;
	inset-inline-start: 0;
	top: .6em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #0f3358;
}

.about-v2-page .view-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 102px;
	min-height: 44px;
	padding: 8px 20px;
	border: 1px solid var(--violet-300);
	background: var(--violet-50);
	color: var(--violet-800);
	font-size: .9375rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: var(--radius-pill);
}

.about-v2-page .personal-section {
	background: #dfedf2;
	padding: 34px 0 24px !important;
}

.about-v2-page .personal-box {
	background: #eef3f6;
	border: 1px solid #d4dee6;
	border-radius: 1px;
	padding: 18px 10px;
	min-height: 84px;
	position: relative;
	transition: .25s ease;
}

.about-v2-page .personal-box span {
	width: 12px;
	height: 12px;
	border: 1px solid var(--violet-300);
	border-radius: 1px;
	display: block;
	margin-bottom: 14px;
}

.about-v2-page .personal-box p {
	margin: 0;
	font-size: .9375rem;
	line-height: 1.5;
	color: #6a7785;
}

.about-v2-page .personal-box.is-active {
	background: var(--gradient-brand);
	border-color: transparent;
}

.about-v2-page .personal-box.is-active p {
	color: #fff;
}

.about-v2-page .personal-box.is-active span {
	border-color: rgba(255, 255, 255, .7);
	background: rgba(255, 255, 255, .15);
}

.about-v2-page .education-section {
	padding: 32px 0 8px;
	background: #fff;
}

.about-v2-page .education-box {
	background: #e9f2f6;
	border: 1px solid #d5e2ea;
	padding: 13px 14px;
	border-radius: 2px;
}

.about-v2-page .education-box img {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 8px;
}

.about-v2-page .education-box h4 {
	margin: 0 0 8px;
	font-size: 1.0625rem;
	line-height: 1.35;
	font-weight: 700;
	color: #123458;
	text-transform: uppercase;
}

.about-v2-page .education-box p {
	margin: 0 0 6px;
	font-size: .9375rem;
	color: #4d6073;
	line-height: 1.4;
}

.about-v2-page .education-box h6 {
	margin: 0;
	font-size: .875rem;
	line-height: 1.45;
	color: #2f4152;
}

.about-v2-page .course-section {
	padding: 6px 0 20px !important;
	background: #fff;
}

.about-v2-page .course-title h5 {
	margin: 0 0 12px;
	font-size: 1.125rem;
	font-weight: 700;
	color: #1c3350;
}

.about-v2-page .course-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-v2-page .course-section ul li {
	position: relative;
	padding-inline-start: 16px;
	margin-bottom: 6px;
	font-size: .9375rem;
	line-height: 1.45;
	color: #4e6072;
}

.about-v2-page .course-section ul li span {
	position: absolute;
	inset-inline-start: 0;
	top: .6em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #1f3551;
}

.about-v2-page .blog-box .blog-txt p {
	color: #0f172a;
}

.about-v2-page .blog-box .blog-txt a {
	color: #0f172a;
}

.about-v2-page .blog-box .blog-txt span {
	color: #4b5563;
}

@media (max-width: 991px) {
	.about-v2-page .professional-item {
		margin-bottom: 10px;
	}

	.about-v2-page .pro-left {
		justify-content: flex-start !important;
		margin-bottom: 6px;
	}

	.about-v2-page .pro-left h6 {
		padding-top: 0;
	}
}

@media (max-width: 575px) {
	.about-v2-page {
		padding-top: 18px;
	}

	.about-v2-page .about-section,
	.about-v2-page .professional-section,
	.about-v2-page .personal-section,
	.about-v2-page .education-section,
	.about-v2-page .course-section {
		padding-inline: 0;
	}

}
