.title-lg-reclaim {
  color: white;
  word-wrap: break-word;
}

.reclaim-subtitle {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 44.24px;
  letter-spacing: 0.56px;
  word-wrap: break-word;
  opacity: 0.7;
}
.reclaim-content {
  margin-top: 80px;
}
.reclaim-content-item {
  padding: 32px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
  margin-bottom: 20px;
}
.reclaim-content-item-text {
  color: white;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 24px;
  word-wrap: break-word;
}
.reclaim-party {
  width: 513px;
  height: 470px;
}
.reclaim-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}
.reclaim-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 576px) {
  .reclaim-subtitle {
    font-size: 12px;
    font-weight: 500;
    line-height: 158%;
    letter-spacing: 0.24px;
  }
  .reclaim-content {
    margin-top: 40px;
  }
  .reclaim-party {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
  .reclaim-content-item {
    padding: 12px;
    border-radius: 8px;
background: rgba(255, 255, 255, 0.06);
box-shadow: 0 39.375px 36.458px 0 rgba(67, 67, 68, 0.07);
  }
  .reclaim-content-item-text {
    font-size: 14px;
  }
  .reclaim-icon-wrapper {
    width: 44px;
    height: 44px;
  }
  .reclaim-content-item{
    margin-bottom: 12px;
  }
}
