.flex_content:has( > .image_swiper){
  position: relative;
}


.flex_layout.image_swiper {
  position: relative;
}

.flex_layout.image_swiper .swiper {
  overflow: visible;
  max-width: 424px;
}

.flex_layout.image_swiper .swiper .swiper-wrapper {
margin-inline: auto;
}

.flex_layout.image_swiper .swiper-wrapper:active {
cursor: grabbing;
}

.flex_layout.image_swiper .swiper-wrapper-container {
  position: relative;
}


.flex_layout.image_swiper .swiper-wrapper-container > div {
  z-index: 1;
  position: relative;
}


.flex_layout.image_swiper .section_heading{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 3rem;
align-items: end;
max-width: var(--site-grid);
margin-inline: auto
}

.flex_layout.image_swiper .section_heading .title {
margin-bottom: 22px;
}

.flex_layout.image_swiper .section_heading .text {
max-width: 777px;
font-size: 20px;
font-weight: 300;
line-height: 140%;
}

#pk_flex_content .flex_layout.image_swiper .swiper_button_wrapper {
  display: flex;
  gap: 1rem;
}

#pk_flex_content .flex_layout.image_swiper .swiper_button_wrapper .custom-button-next, 
#pk_flex_content .flex_layout.image_swiper .swiper_button_wrapper .custom-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}


#pk_flex_content .flex_layout.image_swiper .swiper_button_wrapper .custom-button-next:hover .custom-navigation-icon {
  transform: scale(1.1);
  transition: all ease 0.5s;
}
#pk_flex_content .flex_layout.image_swiper .swiper_button_wrapper .custom-button-prev:hover .custom-navigation-icon {
  transform: scale(1.1);
  transition: all ease 0.5s;
}


#pk_flex_content .flex_layout.image_swiper .swiper_button_wrapper .custom-button-next .custom-navigation-icon,
#pk_flex_content .flex_layout.image_swiper .swiper_button_wrapper .custom-button-prev .custom-navigation-icon {
  transition: all ease 0.5s;
}


#pk_flex_content .flex_layout.image_swiper .swiper_button_wrapper .swiper-button-disabled {
 opacity: 0.3;
}



/* #pk_flex_content .flex_layout.image_swiper .swiper_container.swiper {
  margin-left: -350px;
} */


#pk_flex_content .flex_layout.image_swiper .swiper-slide {
	margin: 0;
    aspect-ratio: 1/1;
    border-radius: 10px;
    width: 424px !important;
    overflow: hidden;
    /* margin-right: 20 !important; */
}

#pk_flex_content .flex_layout.image_swiper .swiper-slide img {
 object-fit: cover;
 width: 100%;
 height: 100%;
  
}


@media screen and (max-width: 767px){
	.flex_layout.image_swiper::before {
	display: none;
	}
  
  #pk_flex_content .flex_layout.image_swiper .swiper_button_wrapper {
    display: flex;
    gap: 1rem;
  }
  
  .flex_layout.image_swiper .swiper-wrapper {
  transform: translateX(0px);
  }
  
  #pk_flex_content .flex_layout.image_swiper {
      margin-inline: 0px;
  }

  
}

@media screen and (max-width: 600px){
 
 .flex_layout.image_swiper .swiper {
   max-width: 324px;
 }
 
 #pk_flex_content .flex_layout.image_swiper .swiper-slide {
   width: 324px !important;
 }
 
}

@media screen and (max-width: 600px){
  .flex_layout.image_swiper .swiper {
     max-width: 240px;
   }
   
   #pk_flex_content .flex_layout.image_swiper .swiper-slide {
     width: 240px !important;
   }
}