div.custom-custom-slider-3 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

div.custom-custom-slider-3 .swiper {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 3.125rem;
  position: static !important;
}
div.custom-slider-3 .swiper .swiper-wrapper {
  position: static !important;
}

div.custom-slider-3 .swiper-button-prev,
div.custom-slider-3 .swiper-button-next {
  position: absolute !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  border-radius: 50% !important;
  background-color: #004fff !important;
  background-image: none !important;
}
div.custom-slider-3 .swiper-button-prev::after,
div.custom-slider-3 .swiper-button-next::after {
  color: #fff !important;
  font-size: 14px !important;
}

div.custom-slider-3 .swiper-button-prev {
  left: -15px !important;
}

div.custom-slider-3 .swiper-button-next {
  right: -15px !important;
}

div.custom-slider-3 .swiper-pagination-bullet,
div.custom-slider-3 .swiper-pagination-bullet-active {
  background: #fff;
}

div.custom-slider-3 .swiper-pagination {
  bottom: 1.25rem !important;
}

div.custom-slider-3 .swiper-slide {
  width: 18.75rem;
  height: 28.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+/Edge */
  user-select: none;
}
div.custom-slider-3 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

div.custom-slider-3 .swiper-3d .swiper-slide-shadow-left,
div.custom-slider-3 .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

@media only screen and (max-width: 768px) {
  div.custom-slider-3 .swiper-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  div.custom-slider-3 .swiper-button-prev {
    top: auto !important;
    left: auto !important;
    position: static !important;
    margin-right: 5px;
  }
  div.custom-slider-3 .swiper-button-next {
    top: auto !important;
    right: auto !important;
    position: static !important;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  div.custom-slider-3 .swiper-slide {
    height: 250px;
  }
}
