/* Hakkımızda sayfası — geniş blok ve ortalanmış metin düzeni */

.about-page-story__img {
	max-height: 520px;
	width: 100%;
	object-fit: cover;
	vertical-align: middle;
}

.about-page-story--narrow .section-title {
	text-align: center;
}

.about-page-story--narrow .section-sub-title-box {
	display: inline-block;
	margin-left: 0 !important;
}

.about-page-story--narrow .about-page-story__body {
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.about-page-story--narrow .about-page-story__body p,
.about-page-story--narrow .about-page-story__body li {
	text-align: center;
}

/* Listeler okunabilir kalsın */
.about-page-story--narrow .about-page-story__body ul,
.about-page-story--narrow .about-page-story__body ol {
	display: inline-block;
	text-align: left;
	max-width: 100%;
	padding-left: 1.25rem;
}
