@media screen and (min-width: 767.9px) {
  .carouselWithDepoimentsElementContainer .imageInner img {
    min-height: 260px !important;
  }
}

@media screen and (min-width: 1023.9px) {
  .carouselWithDepoimentsElementContainer
    .swiper-slide.swiper-slide-active
    .imageInner {
    box-shadow: 0 8px 30px rgb(0 0 0 / 20%);
  }

  .carouselWithDepoimentsElementContainer .imageInner img {
    min-height: unset !important;
    max-height: 198px;
  }

  .carouselWithDepoimentsElementContainer
    .swiper-slide.swiper-slide-active
    .imageInner
    img {
    max-height: 344px;
  }

  .carouselWithDepoimentsElementContainer .swiper-slide {
    width: 23.2%;
  }

  .carouselWithDepoimentsElementContainer .swiper-slide.swiper-slide-active {
    width: 40.3%;
    max-width: unset;
  }

  .carouselWithDepoimentsElementContainer .swiper-slide h3 {
    display: none !important;
    font-size: 28px !important;
    line-height: normal !important;
  }

  .carouselWithDepoimentsElementContainer .swiper-slide h3.desk {
    -webkit-animation: carouselWithDepoimentsTitleAnimation 0.3s forwards;
    animation: carouselWithDepoimentsTitleAnimation 0.3s forwards;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2.4rem);
    transform: translateY(-2.4rem);
  }

  .carouselWithDepoimentsElementContainer
    .swiper-slide.swiper-slide-active
    h3.desk {
    display: block !important;
  }
}

@media screen and (min-width: 1279.9px) {
  .carouselWithDepoimentsElementContainer .swiper-slide h3 {
    font-size: 36px !important;
  }
}

@keyframes carouselWithDepoimentsTitleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2.4rem);
    transform: translateY(-2.4rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
