
.carousel-creators {
  width: 80%;
  margin: auto;
}


.slide-creators {
  position: relative;
  width: 100%;
  height: 315px;
  padding: 35px 20px;
  text-align: center;
  border-radius: 20px;
  margin: 25px 25px 40px 25px;
}

.slide-creators::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(42,27,57,0.4374124649859944) 0%, rgba(80, 28, 157, 0.101) 45%, rgba(173, 17, 108, 0.477) 100%);
  border-radius: 20px;
  z-index: -1;
  filter: blur(12px);
  opacity: 0.5;
  transform: rotate(3deg);
}

.slide-creators::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 20px;
  z-index: -1;
}


.slide-creators .icon {
  width: 65px;
  height: 65px;
  border-radius: 500px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  margin: auto;
  background-color:#FFDBE6;
}



.slide-creators .title {
  margin-top: 15px;
  font-size: 22px;
  color: #2A1B39;
  font-weight: bold;
  min-height: 20px;
}

.slide-creators .subtitle {
  color: #868686;
  font-size: 15px;
  margin: 10px 0;
  min-height: 80px;
  letter-spacing: 0.5px;
  line-height: 18px;
}


.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 3;
}

.slick-next:before, .slick-prev:before {
font-family: 'slick';
font-size: 35px;
line-height: 1;
color: rgb(0, 0, 0);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}






@media (max-width: 768px) {
  
}