.box-link-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.box-link-type-privat {
	background: rgba(247, 141, 167, .9);
}

.box-link-type-business {
	background: rgba(46, 163, 242, .9);
}

.box-link-img-wrap {
	overflow: hidden;
	height: 160px;
	width: 100%;
}

.box-link-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .5;
}

.box-link-title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;;
}

.box-link {
	font-size: 30px;
	line-height: 1.4;
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
}

.box-link-category-text {
	font-size: 14px;
	display: block;
}

@media (min-width: 600px) and (max-width: 781px) {
	.box-link {
		font-size: 20px;
		line-height: 1.4;
	}
}
