/* Images for the service cards in the homepage Competenze section. */
.sti-service {
	min-height: 470px;
	overflow: hidden;
}

.sti-service__image {
	display: block;
	width: calc(100% + 60px);
	height: 180px;
	margin: -30px -30px 25px;
	object-fit: cover;
	transition: transform .35s ease;
}

.sti-service:hover .sti-service__image {
	transform: scale(1.025);
}

.sti-service h3 {
	margin-top: 24px;
}

@media (max-width: 560px) {
	.sti-service {
		min-height: 420px;
	}

	.sti-service__image {
		height: 190px;
	}
}
