.podcast_dig {
	position: relative;
	color: #fff;
	height: 160px;
	background-image: linear-gradient(to bottom, rgba(252, 80, 14, .8), rgba(254, 152, 15, .8));
}
/* уголок */
.podcast_dig::before {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	border-top: 44px solid rgba(252, 80, 14, .8);
	border-right: 44px solid #fff;
}
.podcast_dig__body {
	padding: 25px 22px;
}
.podcast_dig__content {
	max-width: 258px;
}
@media screen and (min-width: 768px) {
	.podcast_dig {
		height: 0;
		padding-bottom: 127.1241830065359%;
	}
	.podcast_dig__body {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

.podcast_dig__name,
.podcast_dig__subheader {
	text-transform: uppercase;
	font: 18px/1.2222222222 Figgins Sans, Arial, sans-serif;
}
.podcast_dig__name {
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.podcast_dig__name,
	.podcast_dig__subheader {
		font-size: 22px;
		line-height: 1.181818181818182;
	}
}
@media screen and (min-width: 992px) {
	.podcast_dig__name,
	.podcast_dig__subheader {
		font-size: 28px;
		line-height: 1.142857142857143;
	}
}
.podcast_dig__rubric {
	font: italic 14px/1.2857142857 Figgins Sans, Arial, sans-serif;
	margin-bottom: 11px;
}
