.branches-articles {
	margin-bottom: 100px;
}

.branches-articles .branches-title {
	margin-bottom: 30px;
}

.branches-articles_block {
	position: relative;
	margin-bottom: 100px;
}

.branches-articles__item {
	background-color: #fff;
	border-radius: 12px;
	height: auto!important;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.branches-articles__item-img {
	height: 270px;
	overflow: hidden;
}

.branches-articles__item-info {
	padding: 32px;
	padding-bottom: 0;
}

.branches-articles__item-info_date {
	color: #33333399;
	margin-bottom: 10px;
}

.branches-articles__item-info_title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #333333;
}

.branches-articles__item-info_title:hover {
	color: #333333;
}

.branches-articles__item-info_text {
	color: #212529;
	margin-bottom: 20px;
}

.branches-articles__item-info_link {
	color: #81B798;
	margin: 32px;
	margin-top: auto;
}

.branches-articles__item-info_link:hover {
	color: #81B798;
}

@media (max-width: 992px) {

	.branches-articles {
		margin-bottom: 80px;
	}

	.branches-articles .branches-title {
		margin-bottom: 24px;
	}

	.branches-articles_block {
		position: relative;
		margin-bottom: 80px;
	}

	.branches-articles__item-img {
		height: 270px;
		overflow: hidden;
	}

	.branches-articles__item-info {
		padding: 32px;
		padding-bottom: 0;
	}

	.branches-articles__item-info_date {
		color: #33333399;
		margin-bottom: 10px;
	}

	.branches-articles__item-info_title {
		font-size: 20px;
		font-weight: 700;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.branches-articles__item-info_text {
		color: #212529;
		margin-bottom: 20px;
	}

	.branches-articles__item-info_link {
		color: #81B798;
		margin: 32px;
		margin-top: auto;
	}

	.branches-articles .specialists-slider-nav {
		margin-top: 24px;
	}
}