

/* Start:/bitrix/templates/university_default/components/bitrix/news.list/priorities/style.css?1743416540949*/

.b-priority {
	height: 0;
	padding-top: calc(262 / 232 * 100%);
	background-color: var(--bs-gray-300);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.b-priority__inside {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 20px;

	display: flex;
	flex-direction: column;
	justify-content: flex-end;

	background-color: transparent;
	transition: .3s;
	color: #fff;
	text-decoration: none;
}

.b-priority__inside:hover,
.b-priority__inside:focus,
.b-priority__inside:active {
	text-decoration: none;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.1);
}

.b-priority__title {
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: bold;

}

.b-priority__subtitle {
	flex: 1 auto;
	font-size: 0.875rem;
	text-transform: uppercase;
	width: 50%;
	line-height: 1rem;
}

@media (min-width: 75rem) {
	.b-priority__title {
		font-size: 1.75rem;
		line-height: 1.875rem;
	}
}
/* End */
/* /bitrix/templates/university_default/components/bitrix/news.list/priorities/style.css?1743416540949 */
