body.page-about .about-page {
	padding-top: 24px;
	padding-bottom: 48px;
}

body.page-about .about-page__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 356px);
	gap: 44px;
	align-items: center;
	margin-bottom: 42px;
}

body.page-about .about-page__hero h1 {
	margin: 0 0 16px;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: -0.05em;
	color: #000000;
}

body.page-about .about-page__hero h1 strong {
	font-weight: 800;
}

body.page-about .about-page__lead {
	margin-bottom: 18px;
}

body.page-about .about-page__portrait,
body.page-about .about-page__portrait img,
body.page-about .about-page__static-gallery picture,
body.page-about .about-page__static-gallery img,
body.page-about .about-page__studio-images picture,
body.page-about .about-page__studio-images img {
	display: block;
}

body.page-about .about-page__portrait {
	overflow: hidden;
	border-radius: 8px;
	justify-self: end;
	max-width: 356px;
}

body.page-about .about-page__portrait img,
body.page-about .about-page__static-gallery img,
body.page-about .about-page__studio-images img {
	width: 100%;
	height: auto;
}

body.page-about .about-page__content-grid {
	display: grid;
	grid-template-columns: minmax(220px, 330px) minmax(0, 1fr);
	gap: 42px;
	align-items: start;
}

body.page-about .about-page__aside {
	min-width: 0;
}

body.page-about .about-page__static-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 28px;
}

body.page-about .about-page__static-gallery picture,
body.page-about .about-page__studio-images picture {
	overflow: hidden;
	border-radius: 8px;
	background: #f4f4f4;
}

body.page-about .about-page__timeline,
body.page-about .about-page__achievements {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

body.page-about .about-page__timeline li,
body.page-about .about-page__achievements li {
	position: relative;
	padding: 12px 0 12px 22px;
	border-bottom: 1px solid #ececec;
}

body.page-about .about-page__timeline li {
	padding-left: 0;
	white-space: nowrap;
}

body.page-about .about-page__timeline li::before,
body.page-about .about-page__achievements li::before {
	content: "";
	position: absolute;
	top: 22px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #e60000;
}

body.page-about .about-page__timeline li::before {
	content: none;
}

body.page-about .about-page__timeline strong {
	display: inline;
	color: #e60000;
	font-size: 16px;
	line-height: 24px;
	white-space: nowrap;
}

body.page-about .about-page__main-copy {
	min-width: 0;
}

body.page-about .about-page__section {
	margin-top: 34px;
}

body.page-about .about-page__section--compact {
	padding-top: 28px;
	border-top: 1px solid #ececec;
}

body.page-about .about-page__studio-images {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

body.page-about .about-page__achievements {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 28px;
}

body.page-about .about-page__achievements li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding-left: 0;
	border-bottom: 0;
}

body.page-about .about-page__achievements li::before {
	content: none;
}

body.page-about .about-page__achievements i {
	display: inline-flex;
	flex: 0 0 25px;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	margin-top: 1px;
	border-radius: 50%;
	background: #e60000;
	color: #ffffff;
	font-size: 10px;
	line-height: 1;
}

body.page-about .about-page__achievements span {
	min-width: 0;
}

body.page-about .about-page__carousel--studio {
	margin-top: 22px;
}

html.dark body.page-about .about-page__hero h1,
html.dark body.page-about .about-page__hero h1 strong,
html[data-theme-mode="dark"] body.page-about .about-page__hero h1,
html[data-theme-mode="dark"] body.page-about .about-page__hero h1 strong {
	color: #ffffff;
}

html.dark body.page-about .about-page__static-gallery picture,
html.dark body.page-about .about-page__studio-images picture,
html[data-theme-mode="dark"] body.page-about .about-page__static-gallery picture,
html[data-theme-mode="dark"] body.page-about .about-page__studio-images picture {
	background: #20252b;
}

html.dark body.page-about .about-page__timeline li,
html.dark body.page-about .about-page__achievements li,
html.dark body.page-about .about-page__section--compact,
html[data-theme-mode="dark"] body.page-about .about-page__timeline li,
html[data-theme-mode="dark"] body.page-about .about-page__achievements li,
html[data-theme-mode="dark"] body.page-about .about-page__section--compact {
	border-color: #333940;
}

html.dark body.page-about .about-page__timeline strong,
html[data-theme-mode="dark"] body.page-about .about-page__timeline strong {
	color: #ff4d4d;
}

html.dark body.page-about .about-page__timeline li::before,
html.dark body.page-about .about-page__achievements li::before,
html[data-theme-mode="dark"] body.page-about .about-page__timeline li::before,
html[data-theme-mode="dark"] body.page-about .about-page__achievements li::before {
	background: #ff4d4d;
}

html.dark body.page-about .about-page__achievements i,
html[data-theme-mode="dark"] body.page-about .about-page__achievements i {
	background: #ff4d4d;
}

@media (max-width: 991px) {
	body.page-about .about-page__hero,
	body.page-about .about-page__content-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	body.page-about .about-page__portrait {
		justify-self: stretch;
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	body.page-about .about-page__portrait img {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	body.page-about .about-page {
		padding-top: 20px;
		padding-bottom: 36px;
	}

	body.page-about .about-page__hero {
		margin-bottom: 32px;
	}

	body.page-about .about-page__hero h1 {
		font-size: 22.75px;
	}

	body.page-about .about-page__static-gallery,
	body.page-about .about-page__studio-images,
	body.page-about .about-page__achievements {
		grid-template-columns: 1fr;
	}
}
