.wrapper em {
    color: unset;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
	.facultets-menu__tile {
		flex-direction: row !important;
		align-items: center !important;
	}
	.facultets-menu__tile__text {
		width: 75% !important;
		color: var(--text);
	}
	.facultets-menu__tile__img {
		background-size: contain !important;
	}
}

/* Смартфоны M */
@media screen and (min-width: 375px) and (max-width: 576px) {
	.facultets-menu__tile__img {
		background-size: contain !important;
	}
	.facultets-menu__tile__img {
		width: 4.5rem !important;
		height: 4rem !important;
	}
}

/* Смартфоны S */
@media screen and (max-width: 375px) {
	.facultets-menu__tile__img {
		background-size: contain !important;
	}
	.facultets-menu__tile__img {
		width: 4rem !important;
		height: 4rem !important;
	}
}

@media screen and (max-width: 320px) {
	.facultets-menu__tile__img {
		background-size: contain !important;
	}
	.facultets-menu__tile__img {
		width: 3.5rem !important;
		height: 3.5rem !important;
	}
}