.podcastBlogSection {
	background: var(--Neutral-50,#fafafa);
	padding: 0 0 120px max(50vw - 600px,0px);
	display: flex;
	flex-direction: column;
}

.blogSection {
	padding: 90px 0 0;
}

.podcastBlogSection .text-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 720px;
	width: 100%
}

.text-wrapper h2 {
	font-size: 61.04px;
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: 73.25px;
	margin: 0
}

.text-wrapper p {
	color: var(--Neutral-500,#71717a);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -.02em;
	line-height: 22.4px;
	margin: 0
}

.podcastSection {
	margin: 96px 0
}

.blogSection .text-wrapper,.podcastSection .text-wrapper {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 0 48px;
	max-width: 1200px
}

.blogSection .text-wrapper h2,.podcastSection .text-wrapper h2 {
	color: var(--Neutral-500,#71717a)
}

.blogSection .text-wrapper span,.podcastSection .text-wrapper h2 span {
	color: #000
}



.blogSwiperPagination span.swiper-pagination-bullet {
	background: var(--Neutral-200, rgba(228, 228, 231, 1)) !important;!i;!;
}

.blogSwiperPagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgba(255, 211, 0, 1) !important;!i;!;
}

.blogCard {
	background: #fff;
	height: 100%;
}

.blogCard,.blogCard--top {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.blogCard--top {
	background: var(--Primary-Laas-Yellow-500,#ffd300);
	height: 418px;
	overflow: hidden;
	position: relative
}

.blogCard--top h3 {
	font-size: 39.06px;
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: 46.87px;
	margin: 0;
	padding: 32px
}

.blogCard--top_author {
	background: var(--Primary-Laas-Yellow-300,#ffe35c);
	display: flex;
	flex-direction: column;
	height: 120px;
	padding: 32px
}

.blogCard--top_author h6 {
	font-family: Golos Text;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -.03em;
	line-height: 27px;
	margin: 0;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font
}

.blogCard--top_author h6.role {
	color: var(--Primary-Laas-Yellow-700,#bf9e00)
}

.blogCard--top_author a {
	text-decoration: none;
}

.blogCard--top_author img {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 160px;
}

.blogCard--middle {
	flex-grow: 1;
	min-height: 112px;
	padding: 19px 32px;
}

.blogCard--middle a.blog-post__tag-link {
	border: 1px solid var(--Primary-Softway-Blue-100,#bfbed6);
	color: var(--Neutral-500,#71717a);
	font-size: 10.24px;
	font-weight: 600;
	line-height: 12.29px;
	padding: 6px 10px;
	text-transform: uppercase;
	width: max-content;
	text-decoration: none;
}

.blogCard--footer {
	display: flex;
	flex-direction: column;
	padding: 0 32px 32px;
	position: relative
}

.blogCard--footer:before {
	background: var(--Neutral-200,#e4e4e7);
	content: "";
	display: flex;
	height: 1px;
	margin: 0 0 25px;
	width: 100%
}

.blogCard--footer .site--link {
	align-self: flex-start;
	border-bottom: 1px solid #000;
	color: #000!important;
	font-family: Golos Text!important;
	font-weight: 400!important;
	padding-bottom: 12px;
	text-decoration: none!important
}

.blogCard--footer .site--link:hover {
	border-color: #fdd300!important
}

.blogSection .text-wrapper a.site--link,.podcastSection .text-wrapper a.site--link {
	border-bottom: 1px solid #000;
	color: #000!important;
	font-family: Golos Text!important;
	font-weight: 400!important;
	padding-bottom: 12px;
	text-decoration: none!important
}

.blogSection .text-wrapper a.site--link:hover,.podcastSection .text-wrapper a.site--link:hover {
	border-color: #fdd300
}

.swiper-slide {
	height: auto;
}


@media screen and (max-width: 1200px) {
	.podcastBlogSection {
		padding: 0 20px 80px;
	}
}

@media screen and (max-width: 768px) {
	.podcastBlogSection {
		padding: 0 20px 50px;
	}

	.podcastSection {
		margin: 50px 0;
	}

	.blogSection .text-wrapper, .podcastSection .text-wrapper {
		flex-direction: column;
		align-items: flex-start;
		margin: 0 0 25px;
	}

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

	.blogCard--top h3 {
		font-size: 20px !important;
		line-height: 30px !important;
	}

	.blogCard--middle {
		flex-wrap: wrap;
		display: flex;
		align-items: flex-start;
		gap: 10px;
		min-height: 0;
		flex-grow: 0;
		padding: 0 20px;
	}

	.blogCard {
		gap: 0;
	}
}

.site--link {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 15.4px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    gap: 48px;
    color: #fff !important;
    transition: 0.3s ease;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 56px;
	border-radius: 5px;
	background: rgba(255, 211, 0, 1);
}
.podcastBlogSection.podcast {
	padding-bottom: 0 !important;
}

.podcastCard {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
}

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

.podcastCard--media img {
	border: 10px solid #fff;
	height: 272px;
	width: 272px
}

.podcastCard--content {
	background: #fff;
	display: flex;
	flex-direction: column;
	padding: 32px
}

.podcastCard--content h4 {
	font-size: 31.25px;
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: 37.5px;
	margin: 0 0 12px
}

.podcastCard--content__details {
	align-items: center;
	color: var(--Neutral-500,#71717a);
	display: flex;
	font-size: 16px;
	font-weight: 400;
	gap: 12px;
	letter-spacing: -.02em;
	line-height: 22.4px;
	margin: 0 0 32px
}

.podcastCard--content__playlers {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px
}

.timeline {
	background: var(--Neutral-100,#f4f4f5);
	border-radius: 30px;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	height: 60px;
	letter-spacing: -.03em;
	line-height: 27px;
	padding: 8px;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	width: 156px
}

.player__list,.timeline {
	align-items: center;
	display: flex;
	gap: 12px
}

.player__list {
	color: var(--Neutral-500,#71717a);
	font-size: 10.24px;
	font-weight: 400;
	letter-spacing: -.02em;
	line-height: 14.34px;
	margin: 0
}

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

.podcastCard--content .site--link {
	align-self: flex-start;
	border-bottom: 1px solid #000;
	color: #000!important;
	font-family: Golos Text!important;
	font-weight: 400!important;
	padding-bottom: 12px;
	text-decoration: none!important
}

.podcastCard--content .site--link:hover {
	border-color: #fdd300!important
}

.podcastSwiperPagination, .blogSwiperPagination {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 48px 0 0;
	max-width: 1200px;
	padding: 0;
	position: relative;
	width: 100%!important;
	top: 0 !important;
}

.podcastSwiperPagination span.swiper-pagination-bullet {
	background: var(--Neutral-200, rgba(228, 228, 231, 1)) !important;
}

.podcastSwiperPagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgba(255, 211, 0, 1) !important;
}

.podcastSwiperPagination span.swiper-pagination-bullet {
    background: #000000 !important;
}