.gallery-about {
  margin: 0 0 1.75rem 0;
}
.gallery-about .slider-pagination {
  position: static;
}
.gallery-about .swiper {
  overflow: hidden;
}
.gallery-about .swiper-wrapper {
  height: auto;
}
.gallery-about .swiper-slide-active .swiper-slide-transform {
  border-radius: 2.5rem 0 0 2.5rem;
  overflow: hidden;
}
.gallery-about .swiper-slide-next .swiper-slide-transform {
  border-radius: 0 2.5rem 2.5rem 0;
  overflow: hidden;
}
.gallery-about .swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.gallery-about .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.gallery-about .swiper-slide-transform .img-gal-item {
  object-fit: cover;
  height: 25.75rem;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .gallery-about .swiper-slide-transform .img-gal-item {
    height: 21.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .gallery-about .swiper-slide-transform .img-gal-item {
    height: 15rem;
  }
}
@media screen and (min-width: 601px) {
  .gallery-about {
    margin-bottom: 0;
  }
  .gallery-about .slider-nav-container {
    margin-bottom: 2.5rem;
  }
  .gallery-about .slider-nav-container {
    height: 3.25rem;
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .gallery-about .slider-nav-container .slider-pagination {
    width: initial;
    background: transparent;
    border-radius: 31.25rem;
    padding: 0.5rem 1.25rem;
    min-height: 1.75rem;
    min-width: 5rem;
    border: 0.0625rem solid var(--gray-400);
    color: var(--grey-800, #7F808A);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: center;
  }
  .gallery-about .slider-nav-container .slider-navigation {
    width: initial;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  .gallery-about .slider-nav-el {
    width: 3.25rem;
    height: 3.25rem;
    background: url("../../img/sl-arrow.svg") no-repeat center center/contain;
    cursor: pointer;
  }
  .gallery-about .slider-nav-el.prev {
    transform: rotate(180deg);
  }
  .gallery-about .slider-nav-el.disabled,
  .gallery-about .prev.disabled,
  .gallery-about .next.disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
    cursor: not-allowed;
  }
}
