.podcast-intro .image {
	width: 466px;
	height: 466px;
	position: absolute;
	right: 0;
	top: 65px;
}

.podcast-intro .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.podcast-intro {
	margin-right: calc(((100vw - 1290px) / 2));
	position: relative;
}

.podcast-intro .copy {
	padding-top: 130px;
	background-color: var(--wp--preset--color--blue);
	padding-left: calc(((100vw - 1290px) / 2));
	padding-bottom: 130px;
	margin-right: 340px;
	padding-right: 300px;
	min-height: 590px;
}

.podcast-intro h5 {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	margin-bottom: 20px;
}

.podcast-intro h3 {
	line-height: 58px;
}

.btn-wrap button {
	margin: 0;
	border: 1px solid var(--wp--preset--color--black);
	min-width: auto;
}

.btn-wrap {
	display: flex !important;
	align-items: baseline;
	justify-content: flex-start !important;
	margin-top: 65px;
	gap: 50px;
}

@media (max-width: 1350px) {

.podcast-intro .copy {
	padding-left: 10%;
	margin-right: 0;
	max-width: 70%;
	padding-right: 10%;
}

.podcast-intro .image {
width: 35%;
height: auto;
}

.podcast-intro {
	margin-right: 5%;
}

.btn-wrap {
	gap: 20px;
}
}

@media (max-width: 980px) {

.podcast-intro .image {
	position: relative;
	top: 0;
	left: auto;
	right: auto;
	margin: 0px auto;
	width: 300px;
	height: auto;
}

.podcast-intro {
	display: flex;
	flex-direction: column-reverse;
	gap: 0;
	margin-right: 0;
}

.podcast-intro .copy {
	max-width: 100%;
	min-height: auto;
	padding: 125px 5% 70px;
	text-align: center;
}

.btn-wrap {
	justify-content: center !important;
}

.podcast-intro .image img {
	display: block;
	margin-bottom: -80px;
}
}

@media (max-width: 640px) {

.btn-wrap {
	flex-direction: column;
	text-align: center;
	align-items: center;
	margin-top: 40px;
}

.podcast-intro .btn-wrap h5 {
	margin-bottom: 0;
}
}