.swiper__podcasts-container {
  width: 100%;
  position: relative;
}

.swiper__service-name {
  position: relative;
  font-family: var(--font-family-main);
  color: white;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: -15px;
  z-index: 3;
}

.swiper__service-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}

.swiper__podcast-carousel {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  width: 100% !important;
  max-width: 1280px !important;
  height: auto !important;
  margin-left: 0 !important;
  margin-right: auto;
  padding-top: 32px !important; 
}

.swiper__podcast-carousel::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  right: -32px;
  width: 120px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgb(0 0 0 / 50%) 25%, #000 80%);
	z-index: 2;
	pointer-events: none;
}

.swiper__podcast-carousel::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: -32px;
  width: 120px;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgb(0 0 0 / 50%) 25%, #000 80%);
	z-index: 2;
	pointer-events: none;
}

.swiper__podcast-carousel .swiper-wrapper {
  margin-bottom: 40px;  
}

.swiper__podcast-carousel .swiper__podcast-cover {
  width: 180px;
  height: 180px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

.swiper__podcast-carousel .swiper__podcast-cover img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.swiper__podcast-carousel .swiper__podcast-card-content {
  max-width: 240px;
}

.swiper__podcast-carousel .swiper-pagination {
  position: absolute !important;
  top: 0px !important;
  bottom: auto !important;
  left: unset !important;
  right: 0 !important;
  transform: none !important;
  z-index: 10 !important;
}

.swiper__podcast-carousel .swiper-pagination-bullet {
  background-color: white !important;
}

.swiper__podcast-carousel .swiper__podcast-title {
  color: white;
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 24px 0;
}

.swiper__podcast-carousel .swiper__podcast-show-more {
  background: rgba(255, 255, 255, 0.16);
  height: 180px;
  width: 180px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.swiper__podcast-carousel .swiper-slide.podcast-card {
  min-height: 265px;
  max-width: 266px !important;
  display: flex;
  flex-direction: column;
  align-items: center; 
  margin-right: 16px;
} 

.swiper__podcast-carousel .swiper-pagination-bullet {
  transform: scale(1.0) !important;
}
