.start-story {
  padding-bottom: 80px;
}
.start-story-count {
  color: #008dff;
  font-size: 108px;
  font-weight: 700;
  letter-spacing: 2.16px;
}

.start-story-text {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  line-height: 182%;
  letter-spacing: 0.44px;
}
.reward-text{
color: #333;
font-size: 28px;
font-weight: 600;
line-height: 158%; 
letter-spacing: 0.56px;
opacity: 0.7;
}

@media (max-width: 576px){
    .start-story {
  padding-bottom: 40px;
  gap:24px;
}
.start-story-count {
  color: #008dff;
  font-size: 44px;
  letter-spacing: 0.88px;
}

.start-story-text {
  color: #333;
  font-size: 14px;
}

.reward-icon{
width: 28px;
height: 28px;
}

.reward-text{
font-size: 14px;
letter-spacing: 0.28px;

}
}

