@font-face {
	font-family: 'Montserrat';
	src: url(../../fonts/Montserrat-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url(../../fonts/Montserrat-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url(../../fonts/Montserrat-Black.ttf) format('truetype');
	font-weight: 900;
	font-style: normal;
}

.about-page * {
	font-family: "Montserrat", sans-serif;
}

.about-page {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	text-align: start;
	padding: 64px 0;
}

@media (max-width: 768px) {
	.about-page {
		padding: 32px 0;
	}
}

.about-page .container {
	padding: 0 20px;
	max-width: 1576px;
	margin: 0 auto;
}

@media (max-width: 1536px) {
	.about-page .container {
		max-width: 1280px;
	}
}

.page-title {
	font-size: 36px;
	font-weight: 700;
	color: #AC916F;
	margin-bottom: 32px;
}

.leadership-title {
	margin-top: 80px;
	margin-bottom: 40px;
}

.intro-section {
	background-color: #f3f4f6;
	padding: 32px;
	padding-bottom: 48px;
	border-radius: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 32px;
	align-items: center;
	margin-bottom: 32px;
}

@media (max-width: 1024px) {
	.intro-section {
		flex-direction: column;
	}
}

.logo-container {
	max-width: 480px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1536px) {
	.logo-container {
		max-width: 395px;
	}
}

.logo-container img {
	min-width: 256px;
	max-width: 256px;
	width: 100%;
}

@media (max-width: 768px) {
	.logo-container img {
		max-width: 188px;
	}
}

@media (max-width: 1024px) {
	.logo-container {
		max-height: 185px;
	}

	.logo-container img {
		min-height: 185px;
		max-height: 185px;
		height: 100%;
	}
}

.logo {
	width: 16rem;
	height: auto;
}

.intro-text {
	text-align: left;
}

@media (min-width: 1024px) {
	.intro-text {
		width: 66.667%;
	}
}

.text-content {
	font-size: 18px;
	color: #000000E0;
	line-height: 1.7;
}

.content-row {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media (min-width: 1024px) {
	.content-row {
		flex-direction: row;
	}
}

.image-column {
	width: 100%;
}

@media (min-width: 1024px) {
	.image-column {
		width: 50%;
	}
}

.president-image {
	width: 100%;
	height: auto;
}

.quote-column {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
}

@media (max-width: 1024px) {
	.quote-column {
		width: 100%;
	}
}

.president-quote {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	padding: 28px;
	background-color: #002762;
	color: white;
}

.quote-text {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.quote-text {
		font-size: 14px;
	}
}

.quote-text:nth-child(2) {
	margin-top: 8px;
	margin-bottom: 12px;
}

.quote-divider {
	width: 50%;
	border-top: 2px solid white;
	margin: 16px 0;
}

.president-name {
	font-size: 30px;
	color: #AC916F;
	text-align: center;
}

@media (max-width: 768px) {
	.president-name {
		font-size: 20px;
	}
}

.president-title {
	font-size: 16px;
	color: #AC916F;
	text-align: center;
}

@media (max-width: 768px) {
	.president-title {
		font-size: 14px;
	}
}

.mission-vision-row {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 40px;
}

@media (min-width: 768px) {
	.mission-vision-row {
		flex-direction: row;
	}
}

.mission-card,
.vision-card {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
	background-color: #f3f4f6;
	border-radius: 40px;
	padding: 32px;
}

@media (min-width: 768px) {
	.mission-card,
	.vision-card {
		width: 50%;
	}
}

.card-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.card-text {
	font-size: 16px;
	line-height: 24px;
}

.goals-row {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 40px;
}

@media (min-width: 768px) {
	.goals-row {
		flex-direction: row;
	}
}

.quote-card {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
	background: linear-gradient(180deg, #ac916f1a, #fff0);
	border-radius: 40px;
	padding: 32px;
	position: relative;
}

.goal-number {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 28px;
	font-size: 240px;
	font-weight: 700;
	color: #AC916F;
	opacity: 0.1;
}

@media (max-width: 768px) {
	.goal-number {
		font-size: 180px;
	}
}

.goal-title {
	font-size: 16px;
	color: #AC916F;
	position: relative;
	line-height: 24px;
}

.goal-title::before {
	content: "";
	position: absolute;
	width: 4px;
	left: -32px;
	top: 0;
	bottom: 0;
	background: #ac916f;
}


.goal-text {
	font-size: 16px;
	margin-top: 20px;
	line-height: 24px;
	display: block;
}

.main-quote {
	display: flex;
	gap: 32px;
	margin-top: 40px;
	padding: 32px;
	border-radius: 40px;
	background-color: #AC916F;
	align-items: center;
	position: relative;
	background-image: url(../../assets/img/logo-about-bg.svg);
	background-position: 100%;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.main-quote {
		padding: 16px 24px;
	}
}

.quote-icon {
	display: block;
	max-width: 100px;
}

@media (max-width: 768px) {
	.quote-icon {
		display: none;
	}
}

.quote-content {
	font-size: 30px;
	line-height: 36px;
	color: white;
	margin-right: 112px;
}

@media (max-width: 1024px) {
	.quote-content {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 768px) {
	.quote-content {
		font-size: 20px;
		line-height: 28px;
		margin-right: 0;
	}
}

.leadership-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
	margin-bottom: 80px;
}

@media (max-width: 768px) {
	.leadership-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
}

.leader-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;
}

.leader-card img {
	max-width: 279px;
	max-height: 279px;
}

@media (max-width: 768px) {
	.leader-card img {
		min-width: 124px;
		min-height: 124px;
	}
}

.leader-name {
	font-size: 16px;
	margin-top: 24px;
	text-align: center;
	line-height: 19px;
}

@media (max-width: 768px) {
	.leader-name {
		font-size: 14px;
		word-break: break-word;
	}
}

.leader-position {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}