.strightFromAuthor {
	padding: 96px 20px;
}

.strightFromAuthor  .siteHead h2 {
	color: var(--Neutral-Black, #000);
	text-align: center;
	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 0 16px;
}

.strightFromAuthor .siteHead p {
	color: var(--Neutral-700, #3F3F46);
	text-align: center;
	font-family: "Golos Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	letter-spacing: -0.32px;
}

.strightFromAuthor .siteHead {
	width: 752px;
	max-width: 100%;
	margin: auto;
}

.authorPodcastSlider {
	position: relative;
}

.authorPodcast {
	display: flex;
	padding: var(--p-12, 48px);
	flex-wrap: wrap;
	align-items: flex-start;
	gap: var(--p-8, 32px);
	background: url(https://www.softway.com/hubfs/LAAS%20Website%20V1/Keynote%20speaking.png);
	background-size: cover;
}

.authorPodcast__Content {
	display: flex;
	width: calc(100% - 208px);
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

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

.authorPodcast__Content h3 {
	color: var(--Neutral-White, #FFF);
	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;
}

.authorPodcast__Content .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(--Primary-Softway-Blue-800, #0D0A34);
	font-family: "Golos Text";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%; /* 27px */
	letter-spacing: -0.6px;
	margin: 18px 0px;
}

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-White, #FFF);
	color: var(--Neutral-White, #FFF);
	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;
}

.authorPodcast__Image {
	width: 176px;
}

.strightFromAuthor__Bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px 0 0;
	gap: 16px;
}

.strightFromAuthor__Bottom h5 {
	color: var(--Neutral-900, #18181B);
	text-align: center;
	font-family: "Golos Text";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%; /* 27px */
	letter-spacing: -0.6px;
	margin: 0;
}

.button.secondary {
	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;
	display: flex;
	padding: var(--p-4, 16px) var(--p-6, 24px);
	justify-content: center;
	align-items: center;
	gap: var(--p-12, 48px);
}

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

.authorPodcastSwiperPagination {
	position: relative !important;!i;!;
	top: 0;
	bottom: 0 !important;!im;!im];!i;!;
	display: flex;
	padding: 40px 0 0;
	justify-content: center;
}

.swiper-pagination-bullet {
	border-radius: 100px;
	background: var(--Neutral-200, #E4E4E7);
	height: 11px;
	width: 11px;
	opacity: 1;
	transition: 0.3s ease;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 56px;
	border-radius: 100px;
	background: var(--Primary-Laas-Yellow-500, #FFD300);
}

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

	.authorPodcast {
		padding: 20px;
		gap: 20px;
		flex-direction: column;
	}

	.authorPodcast__Content {
		width: 100%;
		order: 2;
	}

	.authorPodcast__Image {
		width: 100%;
	}
}