/* ===== About Page Styles - Start ===== */

/* About Content Section - Start */
.about-us-page .about-us-content {
	padding-top: 30px;
	padding-bottom: 100px;
}

.about-us-page .about-us-content .wp-block-group__inner-container {
	width: 100%;
}

/* Типографика: не злипається, заголовки-strong виділені, списки дихають */

.about-us-page .about-us-content p:last-child {
	margin-bottom: 0;
}

.about-us-page .about-us-content strong {
	color: var(--black);
	font-weight: 600;
}

.about-us-page .about-us-content ul {
	margin: 0 0 1.2em;
}

.about-us-page .about-us-content ul li {
	margin-bottom: 0.5em;
	color: var(--dark-gray);
}

.about-us-page .about-us-content ul li:last-child {
	margin-bottom: 0;
}
/* About Content Section - End */

/* Adaptive - Start */
@media (max-width: 1279px) {
	.about-us-page .about-us-content {
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.about-us-page .about-us-content p {
		line-height: 1.55;
	}
}
/* Adaptive - End */

/* ===== About Page Styles - End ===== */
