.case-study-carousel__wrapper {
  background: #f0f5f7;
}

.case-study-carousel__wrapper h2 {
  max-width: 500px;
  margin: 0 auto;
}

.card-content {
  opacity: 50%;
  position: relative;
  width: 1200px;
  height: 551px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  padding: 23px;
  background: #fff;
  transform-origin: 100% 50%;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  transform: scale(0.8);
}

.media-container img {
  width: 100%;
}

.text-container {
  margin-left: 30px;
  max-width: 610px;
  width: 100%;
}

.carousel-slide {
  padding: 0 50px;
}

.carousel-slide .author-info img {
  width: 44px;
  border-radius: 50%;
}

.key-benefits {
  list-style-type: none;
  padding-left: 0;
}

.key-benefits li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 7px;
}

.key-benefits li:before {
  content: "\00a0\00a0\00a0\00a0";
  position: absolute;
  top: 0;
  left: 0;
  color: #36bdb5;
  font-size: 18px;
  background: url("/modules/contrib/egnyte_site_builder/images/green_check.svg") 50% 50% / 100% 100% no-repeat;
}

.author-info {
  display: flex;
  align-items: center;
}

.author-title {
  margin-left: 10px;
}

.author-title strong {
  font-size: 20px;
  font-family: "Metric-semibold";
}

.author-title p {
  font-size: 16px;
}

.case_study_cta {
  font-size: 16px;
  font-weight: normal;
  font-family: "Metric-semibold";
  color: #000;
  max-width: 206px;
  height: 38px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.author_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case_study_cta::after {
  content: url('/modules/contrib/egnyte_site_builder/images/arrow-up-right.svg');
  margin-left: 2px;
  height: 20px;
  display: inline-block;
}

a.case_study_cta:hover {
  color: #000;
  border: 2px solid;
}

.slick-current .card-content {
  opacity: 1;
  transform: none;
}

.card-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition-duration: 0.5s;
  transition-property: opacity;
}

.slick-current .card-content::after {
  opacity: 0;
}

.slick-current~div .carousel-slide .card-content {
  transform-origin: 0 50%;
}

.promo-stories__arrow {
  background-color: #000;
  color: #fff !important;
}

@media (max-width: 1283.98px) {
  .card-content {
    width: 840px;
    height: 630px;
  }
}

@media (max-width: 991.98px) {
  .card-content {
    width: 720px;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .text-container {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }

  .author-info {
    margin-right: 10px;
  }
}

@media (max-width: 800px) {
  .author_details {
    align-items: flex-start;
    flex-direction: column;
  }

  .author-info {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 16px;
  }

  .card-content {
    max-width: 100%;
    margin: auto;
  }
}

@media (max-width: 550px) {
  .card-content {
    max-width: 60%;
  }
}

@media (max-width: 460px) {
  .card-content {
    max-width: 50%;
  }
}

.promo-stories__dots {
  display: flex !important;
  list-style: none;
  justify-content: center;
  margin-top: 20px;
}

.promo-stories__dots li::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
}

.promo-stories__dots li.slick-active {
  background-color: #32BDB5 !important;
}

.promo-stories__dots li {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-color: #DCDEE3;
  border-radius: 50%;
  cursor: pointer;
}

@media (min-width: 991.98px) {
  .promo-stories__dots {
    display: none !important;
  }
}

.promo-stories__arrow {
  background-color: #000;
  color: #fff !important;
}

.promo-stories__arrow--next {
  left: 50%;
  margin-left: 568px;
}

.promo-stories__arrow--prev {
  right: 50%;
  margin-right: 568px;
}

.promo-stories__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border-radius: 50%;
  transition-duration: 0.25s;
  transition-property: background-color, color;
  border: 0;
  outline: 0;
}

.carousel-slide .media-container {
  width: 100%;
  height: 100%;
  max-width: 500px;
}

.carousel-slide .media-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
