/*.media-with-text .left-block,*/
/*.media-with-text .right-block{*/
/*	width: 50%;*/
/*}*/
.media-with-text .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.media-with-text.reverse .container{
	flex-direction: row-reverse;
}
.media-with-text .left-block{
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding-right: 16rem;
	max-width: 62.1rem;
	align-items: flex-start;
}
.media-with-text.reverse .left-block{
	padding-left: 16rem;
	padding-right: 0;

}

.media-with-text .media{
	width: 30.8rem;
}
.media-with-text + .media-with-text .container{
	padding-top: 12.8rem;
	position: relative;
}

.media-with-text + .media-with-text .container::before{
	content: '';
	position: absolute;
	width: calc(100% - 16rem);
	left: 8rem;
	top: 0;
	height: 1px;
	background: #C2C2C2;
}

.media-with-text .left-block{
	font-family:"aktiv-grotesk";
}

.media-with-text .left-block p{
	font-size: calc(1.4rem * var(--text-scaler));
	line-height: calc(2.3rem * var(--text-scaler));
}

.media-with-text .left-block p:first-of-type{
	margin-top: 0;
}

.media-with-text .left-block h2.h1{
	margin: 0 0 2.4rem 0;
	background: linear-gradient(93.25deg, #CF2020 1.75%, #CD2F8E 65.42%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.media-with-text a.btn.btn-secondary{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.posdcast-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.posdcast-button .podcast-list {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: none;
	padding: 1rem;
	/* position: absolute; */
	top: 100%;
	z-index: 99;
	width: 100%;
	/* background: #fff; */
	/* box-shadow: 0px 8px 16px 0px #00000014; */
	margin-top: 1rem;
}

.posdcast-button .podcast-list.active{
	display: flex;
}

.posdcast-button .podcast-list a {
	text-decoration: none;
	font-size: calc(var(--fontsize_xs)* var(--text-scaler));
	line-height: calc(var(--lineh_xs)* var(--text-scaler));
	padding: 0.4rem 0;
	position: relative;
	font-family: "aktiv-grotesk";
}

.posdcast-button .podcast-list a::before {
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--textclr1);
	bottom: 0.4rem;
	left: 0;
	pointer-events: none;
	content: '';
}

.posdcast-button .podcast-list a::before {
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s;
}

.posdcast-button .podcast-list a:hover::before {
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}

.has-podcast-button {
	z-index: 25;
	overflow: unset;
}

.media-with-text .posdcast-button{
	margin-top: 1rem;
}

.media-with-text .posdcast-button .btn{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 0.8rem;
}

.media-with-text .posdcast-button .btn.active{
	background: linear-gradient(93.25deg, #CF2020 1.75%, #CD2F8E 65.42%);
	color: white;
}

.media-with-text .posdcast-button .btn svg{
	transition: var(--animtime1);
}

.media-with-text .posdcast-button .btn.active svg{
	transform: rotate(90deg);
}

.media-with-text .posdcast-button .btn svg path{
	stroke: #fff;
}

@media screen and (max-width: 1000px) {
	.media-with-text .left-block, .media-with-text .right-block {
		width: 100%;
	}
	.media-with-text .left-block{
		order: 2;
		padding: 0!important;
	}
	.media-with-text .right-block{
		order: 1;
		margin-bottom: 2rem;
	}
	.media-with-text .media {
		width: auto;
	}
}
