.contact .section-desc{max-width:725px}
.about-hero__columns {
	align-items: center !important;
	gap: 32px;
}

.about-hero__content {
	padding-right: 12px;
}

.about-hero__form-col {
	display: flex;
	flex-direction: column;
}

.about-hero__form-wrap {
	margin-top: 0 !important;
}

.about-hero__form-wrap .wp-block-heading {
	margin-bottom: 20px;
}

.about-company-profile {
	padding: 20px 0 48px;
}

.about-company-profile__title {
	margin: 0 0 24px;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.about-company-profile__table {
	overflow: hidden;
	border: 1px solid #d5e1ed;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.about-company-profile__row {
	display: grid;
	grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
	align-items: stretch;
}

.about-company-profile__row + .about-company-profile__row {
	border-top: 1px solid rgba(94, 137, 251, 0.2);
}

.about-company-profile__label,
.about-company-profile__value {
	padding: 22px 24px;
	font-size: 16px;
	line-height: 1.45;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.about-company-profile__label {
	background: #ffcc00;
	color: #ffffff;
	font-weight: 700;
}

.about-company-profile__value {
	background: #ffffff;
	color: #080808;
	font-weight: 500;
}

.about-company-profile__value a {
	color: inherit;
	text-decoration: none;
}

.about-company-profile__value a:hover {
	text-decoration: underline;
}

.about-company-timeline {
	padding: 8px 0 48px;
	scroll-margin-top: 120px;
}

.about-company-timeline__title {
	margin: 0 0 24px;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.about-company-timeline__list {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.about-company-timeline__item {
	display: grid;
	grid-template-columns: 72px 28px minmax(0, 1fr);
	column-gap: 18px;
}

.about-company-timeline__year {
	padding-top: 2px;
	color: #ffcc00;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-align: right;
}

.about-company-timeline__marker {
	position: relative;
	display: flex;
	justify-content: center;
}

.about-company-timeline__marker::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	transform: translateX(-50%);
	background: #ffcc00;
}

.about-company-timeline__dot {
	position: relative;
	z-index: 1;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: 4px;
	border-radius: 50%;
	background: #ffcc00;
	box-shadow: 0 0 0 5px rgba(94, 137, 251, 0.14);
}

.about-company-timeline__content {
	padding: 0 0 34px;
}

.about-company-timeline__item-title {
	margin: 0 0 12px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}

.about-company-timeline__text {
	margin: 0;
	color: #acb2c0;
	font-size: 15px;
	line-height: 1.7;
}

@media (max-width: 767px) {
	.about-hero__columns {
		gap: 24px;
	}

	.about-hero__content {
		padding-right: 0;
	}

	.licenses-hero .cta_wrapper .left_side h1.wp-block-heading.has-x-large-font-size {
		font-size: 24px !important;
		line-height: 1.15;
	}

	.page_section_gap h2.wp-block-heading.has-x-large-font-size {
		font-size: 24px !important;
		line-height: 1.2;
	}

	.page_section_gap {
		margin-top: 40px;
	}

	.about-company-profile {
		padding: 12px 0 36px;
	}

	.about-company-profile__title {
		margin-bottom: 18px;
		font-size: 28px;
		text-align: left;
	}

	.about-company-profile__table {
		border-radius: 6px;
	}

	.about-company-profile__row {
		grid-template-columns: 1fr;
	}

	.about-company-profile__label,
	.about-company-profile__value {
		padding: 16px 18px;
		font-size: 16px;
	}

	.about-company-profile__value {
		border-top: 1px solid rgba(94, 137, 251, 0.2);
	}

	.about-company-timeline {
		padding: 0 0 36px;
		scroll-margin-top: 90px;
	}

	.about-company-timeline__title {
		margin-bottom: 20px;
		text-align: left;
	}

	.about-company-timeline__item {
		grid-template-columns: 18px minmax(0, 1fr);
		column-gap: 18px;
	}

	.about-company-timeline__year {
		grid-column: 2;
		padding: 0 0 10px;
		font-size: 14px;
		text-align: left;
	}

	.about-company-timeline__marker {
		grid-column: 1;
		grid-row: 1 / span 2;
	}

	.about-company-timeline__content {
		grid-column: 2;
		padding: 0 0 30px;
	}

	.about-company-timeline__item-title {
		font-size: 22px;
	}

	.about-company-timeline__text {
		font-size: 16px;
		line-height: 1.6;
	}

	.licenses-table.table thead tr th {
		font-size: 12px;
		line-height: 1.25;
		padding: 8px 6px;
	}

	.licenses-table.table td,
	.licenses-table.table th {
		padding: 10px 8px;
		font-size: 13px;
	}
}
