.c_cardd {
  border-radius: 0.9375rem;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 1rem;
}
.w-fit {
  width: fit-content;
}
.sp {
  font-size: 0.5625rem;
  font-weight: 600;
  color: #fff;
  border-radius: 4.375rem;
  background: #0040ff;
  width: 1rem;
  height: 1rem;
  padding: var(--spacing-px, 0.0625rem) 0.1875rem;
}
.nav-pills .nav-link {
  color: #9a9a9a;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: black;
  background-color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.625rem;
}
.nav-pills {
  background: #e6e6e6;
  width: fit-content;
  padding: 0.19rem;
  border-radius: 0.625rem;
  margin-bottom: 0.75rem;
}

.read {
  padding: 0.375rem 0.8125rem;
  border-radius: 0.625rem;
  border: 1px solid #eaeaea;
  background: #fff;
  margin-bottom: 0.75rem;
  margin-top: -3rem;

}
.p-da {
  font-size: 0.875rem;
  font-weight: 400;
  color: #484848;
}
h1 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.78rem;
}
.box {
  background: #efebff;
  border-radius: 1.25rem;
}
.w-fill {
  width: -webkit-fill-available;
}
.icon-1 {
  width: 1rem;
}
.icon-2 {
  width: 2rem;
}
@media (max-width: 575px) {
  h1 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
}
