.podcast-icon {
	padding-right: 180px;
}
.podcast-icon::before {
	content: '';
	display: block;
	position: absolute;
	right: 50px;
	top: 0;
	width: 122px;
	height: 100%;
	background: url('images/podcast-icon-122-122.png') 50% 50% no-repeat;
}
@media (max-width: 991px) {
	.podcast-icon {
		padding-right: 80px;
	}
	.podcast-icon::before {
		right: 20px;
		top: 0;
		width: 60px;
		height: 100%;
		background: url('images/podcast-icon-60-60.png') 50% 50% no-repeat;
	}
}