.tsk-about-section,
.tsk-about-services {
	margin: 48px 0 72px;
}

.tsk-about-container {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}

.tsk-about-layout {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}

.tsk-about-media,
.tsk-about-content {
	flex: 1 1 0;
}

.tsk-about-media {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.16);
	background: #ffffff;
}

.tsk-about-store-img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 620px;
	object-fit: cover;
	object-position: 50% 17%;
}

@media (min-width: 1024px) {
	.tsk-about-layout {
		align-items: stretch;
	}

	.tsk-about-media,
	.tsk-about-store-img {
		height: 100%;
	}
}

.tsk-about-content {
	max-width: 620px;
}

.tsk-about-lead {
	font-size: 18px;
	line-height: 1.7;
	color: #1f2937;
	margin: 0 0 16px;
}

.tsk-about-lead strong {
	font-weight: 700;
}

.tsk-about-title {
	font-size: 24px;
	line-height: 1.4;
	margin: 0 0 18px;
	color: #111827;
	font-weight: 600;
	padding-left: 18px;
	border-left: 3px solid var(--primary-color, #fcb514);
}

.tsk-about-text {
	font-size: 16px;
	line-height: 1.7;
	color: #4b5563;
	margin: 0 0 14px;
}

.tsk-about-slogan {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 600;
	color: #111827;
	margin: 8px 0 16px;
}

.tsk-about-services .tsk-about-container {
	max-width: 1200px;
}

.tsk-about-services-title {
	text-align: center;
	color: #111827;
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 32px;
}

.tsk-about-services-grid {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}

.tsk-about-service-card {
	flex: 1 1 0;
	background-color: #ffffff;
	border-radius: 16px;
	padding: 24px 24px 28px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
	box-sizing: border-box;
	transition:
		box-shadow 0.25s ease,
		transform 0.25s ease;
}

.tsk-about-service-card:hover {
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
	transform: translateY(-2px);
}

.tsk-about-service-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tsk-about-service-item {
	position: relative;
	padding-left: 24px;
	margin-bottom: 18px;
	color: #374151;
	font-size: 15px;
	line-height: 1.7;
}

.tsk-about-service-item:last-child {
	margin-bottom: 0;
}

.tsk-about-service-item:before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0.45em;
	color: var(--primary-color, #fcb514);
	font-size: 18px;
	line-height: 1;
}

@media (max-width: 1100px) {
	.tsk-about-layout {
		display: block;
		flex-direction: column;
		gap: 32px;
	}

	.tsk-about-content {
		max-width: 100%;
	}

	.tsk-about-lead,
	.tsk-about-text {
		font-size: 16px;
	}

	.tsk-about-media {
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	.tsk-about-container {
		padding: 0 12px;
	}

	.tsk-about-section .tsk-about-container {
		padding: 10px;
	}

	.tsk-about-media {
		border-radius: 16px;
	}

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

	.tsk-about-slogan {
		font-size: 18px;
	}

	.tsk-about-services-grid {
		flex-direction: column;
	}

	.tsk-about-service-card {
		padding: 20px 18px 24px;
	}

	.tsk-about-services-title {
		font-size: 22px;
		text-align: left;
		margin-left: 2px;
	}
}

@media (max-width: 480px) {
	.tsk-about-container {
		padding: 0 10px;
	}

	.tsk-about-lead,
	.tsk-about-text {
		font-size: 14px;
	}

	.tsk-about-title {
		font-size: 18px;
	}

	.tsk-about-slogan {
		font-size: 16px;
	}

	.tsk-about-services-title {
		font-size: 20px;
		text-align: left;
		margin-left: 0;
	}

	.tsk-about-service-item {
		font-size: 14px;
	}
}
