.expertise-block h1 {
	margin-top: 100px;
	margin-bottom: 24px;
	font-size: 56px;
	line-height: 1.2;
}

.expertise-block a:hover {
	color: var(--dark-blue);
}

.expertise-subtitle {
	margin-bottom: 62px;
	font-size: 20px;
	line-height: 1.4;
}

.expertise-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 184px;
}

.expertise-card {
	display: flex;
	flex-direction: column;
	background: #F8F8F8;
	border-radius: 0 59px 0 0;
	padding: 34px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	box-shadow: -1px 1px 3px #8686861A, -4px 3px 5px #86868617, -9px 7px 7px #8686860D, -16px 14px 8px #86868603;
}

.expertise-card img {
	border-radius: 0 50px 0 0;
	background: #BABABA;
	box-shadow: -1px 1px 3px #8686861A, -4px 3px 5px #86868617, -9px 7px 7px #8686860D, -16px 14px 8px #86868603;
	width: 100%;
	height: auto;
	min-width: 0;
	min-height: 0;
	margin-bottom: 34px;
}

.expertise-card h3 {
	font-size: 26px;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 20px;
}

.expertise-card-description {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 54px;
}

.expertise-card-buttons {
	margin-top: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.expertise-card-order,
.expertise-card-more {
	width: 100%;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	font-size: 20px;
	line-height: 1;
}

.expertise-card-order {
	min-width: 205px;
	background-color: var(--red);
	color: #FFFFFF;
	transition: opacity 0.2s ease-in-out;
}

a.expertise-card-order:hover {
	color: #FFFFFF;
	opacity: 0.75;
}

.expertise-card-more {
	background-color: #FFFFFF;
	color: var(--blue);
}

.expertise-fgbnu h2 {
	font-size: 32px;
	font-weight: 600;
	color: var(--dark-blue);
	margin-top: 0;
	margin-bottom: 62px;
}

.expertise-fgbnu-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 184px;
}

.expertise-fgbnu-card {
	padding: 34px;
	background-color: #F8F8F8;
	box-shadow: -1px 1px 3px #8686861A, -4px 3px 5px #86868617, -9px 7px 7px #8686860D, -16px 14px 8px #86868603;
	border-radius: 0 50px 0 0;
	display: flex;
	gap: 28px;
}

.expertise-fgbnu-card img {
	width: 55px;
	height: 55px;
	flex-shrink: 0;
}

.expertise-fgbnu-card h3 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
}

.expertise-authority h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 0;
	color: var(--dark-blue);
	margin-bottom: 62px;
}

.expertise-authority-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-bottom: 184px;
}

.expertise-authority-card {
	padding: 34px;
	background-color: #F8F8F8;
	box-shadow: -1px 1px 3px #8686861A, -4px 3px 5px #86868617, -9px 7px 7px #8686860D, -16px 14px 8px #86868603;
	border-radius: 0 50px 0 0;

	display: flex;
  	flex-direction: column;
}

.expertise-authority-card-logo {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.expertise-authority-card-logo img {
	max-width: 100%;
	max-height: 100%;
  	object-fit: contain; 
}

.expertise-authority-card h3 {
	padding: 12px 0 0 0;
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	border-top: 1px solid #000000;
	color: var(--dark-blue);
	margin-bottom: 0;
	margin-top: 60px;
}

.expertise-exclude h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 0;
	color: var(--dark-blue);
	margin-bottom: 62px;
}

.expertise-exclude-text {
	max-width: 696px;
	margin-left: auto;
}

.expertise-exclude-text span {
	font-size: 20px !important;
	line-height: 1.4;
}

.expertise-exclude-text ol {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 0 0 0 26px;
}

.expertise-exclude-text li::marker {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
}

.expertise-exclude-text p {
	margin-top: 34px;
}

.expertise-exclude-text p:first-child {
	margin-top: 0;
}

.expertise-exclude-text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.expertise-block h1 {
		margin-top: 50px;
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 1.2;
	}

	.expertise-subtitle {
		margin-bottom: 40px;
		font-size: 16px;
	}

	.expertise-items {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 80px;
	}

	.expertise-card {
		padding: 24px;
		font-size: 16px;
		border-radius: 0 40px 0 0;
	}

	.expertise-card img {
		border-radius: 0 40px 0 0;
		min-height: 150px;
		margin-bottom: 24px;
	}

	.expertise-card h3 {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.expertise-card-description {
		font-size: 16px;
		margin-bottom: 40px;
	}

	.expertise-card-buttons {
		gap: 20px;
		flex-direction: column;
	}

	.expertise-card-order,
	.expertise-card-more {
		width: 100%;
		height: 44px;
		font-size: 16px;
	}

	.expertise-fgbnu h2 {
		font-size: 26px;
		margin-bottom: 40px;
	}

	.expertise-fgbnu-items {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 80px;
	}

	.expertise-fgbnu-card {
		padding: 24px;
		border-radius: 0 40px 0 0;
		gap: 20px;
	}

	.expertise-fgbnu-card img {
		width: 40px;
		height: 40px;
	}

	.expertise-fgbnu-card h3 {
		font-size: 16px;
	}

	.expertise-authority h2 {
		font-size: 26px;
		margin-bottom: 40px;
	}

	.expertise-authority-items {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin-bottom: 80px;
	}

	.expertise-authority-card {
		padding: 24px;
		border-radius: 0 40px 0 0;
	}

	.expertise-authority-card h3 {
		font-size: 16px;
		padding: 8px 0 0 0;
		margin: 20px 0 0 0;
	}

	.expertise-exclude h2 {
		font-size: 26px;
		margin-bottom: 40px;
	}

	.expertise-exclude-text {
		max-width: 100%;
	}

	.expertise-exclude-text span {
		font-size: 16px !important;
	}

	.expertise-exclude-text ol {
		gap: 16px;
		padding: 0 0 0 20px;
	}

	.expertise-exclude-text li::marker {
		font-size: 20px;
	}

	.expertise-exclude-text p {
		margin-top: 24px;
	}
}

@media (max-width: 768px) {
	.expertise-block h1 {
		margin-top: 40px;
		margin-bottom: 16px;
		font-size: 24px;
		line-height: 1.2;
	}

	.expertise-subtitle {
		margin-bottom: 32px;
		font-size: 16px;
	}

	.expertise-items {
		gap: 16px;
		margin-bottom: 60px;
	}

	.expertise-card {
		padding: 20px;
		font-size: 15px;
		border-radius: 0 32px 0 0;
	}

	.expertise-card img {
		border-radius: 0 32px 0 0;
		min-height: 140px;
		margin-bottom: 20px;
	}

	.expertise-card h3 {
		font-size: 18px;
		margin-bottom: 14px;
	}

	.expertise-card-description {
		font-size: 15px;
		margin-bottom: 32px;
	}

	.expertise-card-buttons {
		gap: 16px;
	}

	.expertise-card-order,
	.expertise-card-more {
		height: 42px;
		font-size: 15px;
	}

	.expertise-fgbnu h2 {
		font-size: 24px;
		margin-bottom: 32px;
	}

	.expertise-fgbnu-items {
		gap: 16px;
		margin-bottom: 60px;
	}

	.expertise-fgbnu-card {
		padding: 20px;
		border-radius: 0 32px 0 0;
		gap: 16px;
	}

	.expertise-fgbnu-card img {
		width: 36px;
		height: 36px;
	}

	.expertise-fgbnu-card h3 {
		font-size: 16px;
	}

	.expertise-authority h2 {
		font-size: 24px;
		margin-bottom: 32px;
	}

	.expertise-authority-items {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 60px;
	}

	.expertise-authority-card {
		padding: 20px;
		border-radius: 0 32px 0 0;
	}

	.expertise-authority-card h3 {
		font-size: 16px;
		padding: 8px 0 0 0;
		margin: 16px 0 0 0;
	}

	.expertise-exclude h2 {
		font-size: 24px;
		margin-bottom: 32px;
	}

	.expertise-exclude-text span {
		font-size: 15px !important;
	}

	.expertise-exclude-text ol {
		gap: 16px;
		padding: 0 0 0 16px;
	}

	.expertise-exclude-text li::marker {
		font-size: 18px;
	}

	.expertise-exclude-text p {
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	.expertise-block h1 {
		margin-top: 32px;
		margin-bottom: 14px;
		font-size: 22px;
	}

	.expertise-subtitle {
		margin-bottom: 24px;
		font-size: 14px;
	}

	.expertise-items {
		gap: 14px;
		margin-bottom: 40px;
	}

	.expertise-card {
		padding: 16px;
		font-size: 14px;
		border-radius: 0 28px 0 0;
	}

	.expertise-card img {
		border-radius: 0 28px 0 0;
		min-height: 120px;
		margin-bottom: 18px;
	}

	.expertise-card h3 {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.expertise-card-description {
		font-size: 14px;
		margin-bottom: 28px;
	}

	.expertise-card-buttons {
		gap: 14px;
	}

	.expertise-card-order,
	.expertise-card-more {
		height: 40px;
		font-size: 14px;
	}

	.expertise-fgbnu h2 {
		font-size: 22px;
		margin-bottom: 28px;
	}

	.expertise-fgbnu-items {
		gap: 14px;
		margin-bottom: 40px;
	}

	.expertise-fgbnu-card {
		padding: 16px;
		border-radius: 0 28px 0 0;
		gap: 14px;
	}

	.expertise-fgbnu-card img {
		width: 32px;
		height: 32px;
	}

	.expertise-fgbnu-card h3 {
		font-size: 14px;
	}

	.expertise-authority h2 {
		font-size: 22px;
		margin-bottom: 28px;
	}

	.expertise-authority-items {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-bottom: 40px;
	}

	.expertise-authority-card {
		padding: 16px;
		border-radius: 0 28px 0 0;
	}

	.expertise-authority-card h3 {
		font-size: 14px;
		padding: 6px 0 0 0;
		margin: 14px 0 0 0;
	}

	.expertise-exclude h2 {
		font-size: 22px;
		margin-bottom: 28px;
	}

	.expertise-exclude-text span {
		font-size: 14px !important;
	}

	.expertise-exclude-text ol {
		gap: 14px;
		padding: 0 0 0 14px;
	}

	.expertise-exclude-text li::marker {
		font-size: 18px;
	}

	.expertise-exclude-text p {
		margin-top: 18px;
	}
}
