.package_day_counter_wrapper {
  @apply w-full p-5 mt-5;

  background: #f1f1f1;
  box-shadow: -5px -5px 20px rgba(255, 255, 255, 0.69), 15px 15px 50px #dddddd,
    inset -18px -18px 15px #ebebeb, inset 18px 18px 15px #ffffff;
  border-radius: 21px;

  .package_day_count {
    margin-top: 1.5rem;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #8f8f8f;
  }
}

.package_day_heading {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 22px;
color: #000000;
margin-bottom: 1rem;
text-transform: capitalize;
}
