.podcastLibrary {
	position: relative;
}

.podcastLibrary_Favourite {
	padding: 64px 20px;
	background: var(--Primary-Laas-Yellow-500, #FFD300);
}

.podcastCard {
	display: flex;
	flex-wrap: wrap;
}

.podcastCard--media {
	width: 353px;
	height: 238px;
	align-items: center;
	background: url(https://www.softway.com/hubfs/LAAS%20Website%20V1/podcast_frame.png);
	background-size: cover;
	display: flex;
	justify-content: center;
}

.podcastCard--media img {
	width: 216px;
	height: 216px;
	flex-shrink: 0;
}

.podcastCard--content {
	width: calc(100% - 353px);
	padding-left: 47px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.podcastCard--content h4 {
	color: var(--Neutral-Black, #000);
	font-family: "Golos Text";
	font-size: 31.25px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 37.5px */
	letter-spacing: -1.25px;
	margin: 0 0 32px;
}

.podcastCard--content__details {
	color: var(--Neutral-700, #3F3F46);
	font-family: "Golos Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	letter-spacing: -0.32px;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 16px;
}

.podcastCard--content__playlers {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0 0 32px;
	width: 100%;
}

.podcastCard--content__playlers .timeline {
	display: flex;
	width: 156px;
	padding: var(--p-2, 8px);
	align-items: center;
	gap: var(--p-3, 12px);
	border-radius: var(--p-10, 40px);
	background: var(--Neutral-100, #F4F4F5);
	color: var(--Neutral-Black, #000);
	font-family: "Golos Text";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%; /* 27px */
	letter-spacing: -0.6px;
}

.podcastCard--content a.site--link {
	display: flex;
	padding-bottom: var(--p-2, 8px);
	align-items: center;
	gap: var(--p-5, 20px);
	border-bottom: 1px solid var(--Neutral-Black, #000);
	color: var(--Neutral-Black, #000);
	font-family: "Golos Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	letter-spacing: -0.32px;
	text-decoration: none;
}

.podcastLibrary_Episodes-Card {
	display: flex;
	padding: 64px 0;
	align-items: center;
	gap: 48px;
	border-bottom: 1px solid var(--Neutral-200, #E4E4E7);
}

.podcastCard--content__playlers .player__list {
	display: flex;
	align-items: center;
	gap: 12px;
}

.podcastCard--content__playlers .player__list label {
	color: var(--Neutral-Black, #000);
	font-family: "Golos Text";
	font-size: 10.24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 14.336px */
	letter-spacing: -0.205px;
}

.player_action {
	display: flex;
	align-items: center;
	gap: 8px;
}

.podcastLibrary_Episodes-Card .container {
	width: 100%;
}

.podcastLibrary_Episodes-Head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 96px 0 20px;
}

.podcastLibrary_Episodes-Head h2 {
	color: var(--Neutral-Black, #000);
	font-family: "Golos Text";
	font-size: 61.04px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 73.248px */
	letter-spacing: -2.442px;
	margin: 0;
}

.podcastLibrary_Episodes-Head span {
	color: var(--Neutral-400, #A1A1AA);
	font-family: "Golos Text";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%; /* 27px */
	letter-spacing: -0.6px;
}

.loadMoreAction {
	display: flex;
	justify-content: center;
	padding: 64px 0 96px;
}

.loadMoreAction .button {
	display: flex;
	padding: var(--p-4, 16px) var(--p-6, 24px);
	justify-content: center;
	align-items: center;
	gap: var(--p-12, 48px);
	border: 1px solid var(--Neutral-Black, #000);
	background: none;
	color: var(--Neutral-Black, #000);
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%; /* 16.2px */
	letter-spacing: -0.54px;
}

.loadMoreAction .button:before {
	content: none;
}

.loadMoreAction .button:hover {
	background: #0d0b34;
	color: #fff;
}

.podcastLibrary_Episodes {
	padding: 0 20px;
}

.podcastLibrary_Episodes-Card:nth-of-type(1n+5){
    display: none;
}

@media screen and (max-width: 768px) {
	.podcastBanner__Inner--Action {
		flex-wrap: wrap;
		justify-content: center;
	}

	.podcastLibrary_Favourite {
		padding: 50px 0;
	}

	.podcastCard--media {
		width: 100%;
		height: auto;
		padding: 50px;
	}

	.podcastCard--content {
		width: 100%;
		padding: 20px;
	}

	.podcastCard--content__playlers {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px;
	}

	.podcastCard--content h4 {
		font-size: 24px;
	}

	.podcastLibrary_Episodes-Head {
		padding: 50px 0 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	.podcastLibrary_Episodes-Head h2 {
		font-size: 36px !important;!i;!;
	}

	.podcastLibrary_Episodes-Head span {
		font-size: 16px;
	}

	.podcastLibrary_Episodes-Card .container {
		padding: 0;
	}

	.podcastLibrary_Episodes-Card {
		padding: 30px 0 20px;
	}

	.loadMoreAction {
		padding: 50px 0 30px;
	}
	.podcastBanner__Inner {
		height: auto;
		padding: 100px 0 50px;
	}

	.podcastBanner__Inner h1 {
		font-size: 36px !important;!i;!;
	}

	.podcastBanner__Inner h6 {
		font-size: 16px;
	}

	.podcastBanner__Inner p {
		font-size: 14px;
	}

	.podcastBanner__Inner--Action a {
		font-size: 14px;
		padding: 10px 20px;
		gap: 10px;
	}
}