.profit-bg {
  border-radius: 32px;
  background: #fff;
  padding: 20px 12px;
  max-width: 1145px;
  margin: 48px auto 0;
}
.profit_generated {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-x: hidden;
  position: relative;
  height: 120px;
}

.profit .slide_wrap {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 228px;
}
.profit .profit_generated .slide {
  display: flex;
  min-width: 210px;
  width: 210px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  border-bottom: 1px solid #c2c2c2;
  background: linear-gradient(180deg, #3b1735 0%, #140e32 100%);
}
.fade-out {
  opacity: 0;
}
.profit .profit_generated .slide_id {
  color: white;
  border-radius: 16px 16px 0px 0px;
  background: #1e1e1e;
  padding: 8px 16px;
  padding-left: 30px;
  width: 100%;

  position: relative;
  font-family: Roboto;
  font-size: 14.4px;
  font-weight: 700;
  line-height: 20px;
}
.profit .profit_generated .slide_id::before {
  content: "";
  position: absolute;
  border-radius: 5px;
  background: #ffffff;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.profit .profit_generated .slide .slide_profit {
  margin-top: 12px;
  padding: 8px 16px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  border-bottom: 1px solid #d9d9d9;
  text-wrap: nowrap;
  text-align: center;
  width: 100%;
}
.profit .profit_generated .slide .text {
  padding: 8px 16px;
  color: #333;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
