.block-type {
	display: block;
	text-decoration: none;
}

.block-type-image {
	overflow: hidden;
}

.block-type-image img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1/1;
	transition: all 0.3s;
}

.block-type-title {
	margin-top: 21px;
	font-size: 14px;
}

.block-type:focus img,
.block-type:hover img {
	transform: scale(1.05);
}
