#pk_flex_content .flex_layout.leden{
padding-block: 150px;
border-radius: 10px;
}

#pk_flex_content .flex_layout.leden .flex_container_inner{
    max-width: var(--site-grid);
  }

#pk_flex_content .flex_layout.leden .flex_container{

}

#pk_flex_content .flex_layout.leden .content_container {
display: flex;
flex-direction: column;
gap: 2.5rem;
align-items: center;
}

#pk_flex_content .flex_layout.leden .content_container .heading {
  text-align: center;
  max-width: 500px;
}

#pk_flex_content .flex_layout.leden .swiper{
  max-width: 100%;
  overflow: visible;
}

#pk_flex_content .flex_layout.leden .swiper-slide {
  border-radius: 4px;
}

#pk_flex_content .flex_layout.leden .swiper-slide:nth-of-type(odd) {
  background: var(--forest);
}

#pk_flex_content .flex_layout.leden .swiper-slide:nth-of-type(even){
background: var(--grass);
}

#pk_flex_content .flex_layout.leden a:hover .block_arrow::after {
transform: rotate(45deg)
}



#pk_flex_content .flex_layout.leden .block {
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  aspect-ratio: 1/.8;
  width: 100%;
  justify-content: flex-end;
  position:relative;
  overflow: hidden;
}




#pk_flex_content .flex_layout.leden .block .content {
  margin: 24px;  
  z-index: 1;
  color: white;
}

#pk_flex_content .flex_layout.leden .block .name {
  color: white;
  padding-bottom: 8px;
}

#pk_flex_content .flex_layout.leden .block .text {
  color: white;
  opacity: 0.55;
  font-size: var(--body-m);
  line-height: 140%;
  font-weight: 400;
}

@media screen and (max-width: 1140px){
#pk_flex_content .flex_layout.leden .block .content {
  margin: 20px;  
}
}


@media screen and (max-width: 767px){
   #pk_flex_content .flex_layout.leden{
   padding-block: 100px;
   margin-inline: 0px;

   
    #pk_flex_content .flex_layout.leden .flex_hero_inner{
        padding: 40px 20px 40px 20px;
    }
    

}