section.our-gallery-section {
  overflow: hidden;
  position: relative;
}
.our-gallery-section .sec-header{
  max-width: 758px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  position: relative;
}
.our-gallery-section:before{
  content: "";
  position: absolute;
  right: -100px;
  top: -60px;
  width: 249px;
  height: 349px;
  background-image: url(../../assets/images/gallary-ellipse.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.our-gallery-section .sec-header h3{
  color:#060534;
}
.our-gallery-section .sec-header .head-disc, 
.our-gallery-section .sec-header .head-disc p{
  color: #535366;
  margin-bottom: 0;
}


.our-gallery-slider{
  margin-top: 84px;
}
.our-gallery-slider .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  height: auto;
}
.our-gallery-slider .swiper-slide img {
  height: 360px;
  object-fit: cover;
}
.our-gallery-slider .slider-cta{
  margin-top: 64px;
}
.our-gallery-slider .slider-cta .button-next,
.our-gallery-slider .slider-cta .button-prev{
  width: 48px;
  border: 1px solid #535366;
  border-radius: 100%;
  height: 48px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-gallery-slider .slider-cta .button-next:hover,  
.our-gallery-slider .slider-cta .button-prev:hover{
  background-color: #000787;
  border: 1px solid #000787;
}
.our-gallery-slider .slider-cta .button-next:hover svg path, 
.our-gallery-slider .slider-cta .button-prev:hover svg path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}




@media (max-width: 991px) {
  .our-gallery-slider {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .our-gallery-slider {
    margin-top: 24px;
  }
  .our-gallery-section:before{
    display: none;
  }
  .our-gallery-section .sec-header h3 {
    line-height: 32px;
  }
}