.rrm-carousel__wrapper {
  position: relative;
}
.rrm-carousel__wrapper .slick-dots {
  padding: 0;
  bottom: -45px;
}
.rrm-carousel__item {
  padding: 0 20px;
}
.rrm-carousel__card {
  border-radius: 20px;
  padding: 45px 20px;
  margin-bottom: 26px;
}
.rrm-carousel__card:not([style*="background-image"]) {
  background: linear-gradient(0deg, #EAECEE 0%, #EAECEE 100%);
}
.rrm-carousel__img {
  width: 100%;
  max-width: 264px;
  margin: 0 auto 36px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
  height: 320px;
}
.rrm-carousel__item:hover .rrm-carousel__img {
  transform: translateY(-10px);
}
.rrm-carousel__heading {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  padding: 0;
  position: relative;
}
.rrm-carousel__main-text {
  text-align: center;
  color: #5B5B5B;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
