h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: -0.02em;
}
.services-portrait .service-portrait-card {
	text-align: center;
}

.services-portrait .service-portrait-image {
	width: 182px;
	height: 289px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	box-sizing: border-box;
	border: 4px solid transparent;
	border-radius: 18px;
	transition: border-color 0.25s ease;
}

.services-portrait a:hover .service-portrait-image {
	border-color: #EB7D00;
}

.services-portrait .service-portrait-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.3s ease, filter 0.3s ease;
}

.services-portrait a:hover .service-portrait-image img {
	transform: scale(1.03);
	filter: brightness(0.85);
}

.services-portrait h3 {
	width: 182px;
	min-height: 42px;
	margin-right: auto !important;
	margin-left: auto !important;
	font-size: 16px !important;
	line-height: 1.3;
	letter-spacing: -0.01em;
	text-align: center;
	transition: color 0.25s ease;
}

.services-portrait a:hover h3 {
	color: #EB7D00;
}