.cr-dashboard-stats-box {
  padding: 26.5px 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(112, 105, 89, 0.1);
  max-width: 244px;
  height: 110px;
  background: white;

  &__wrapper {
    display: flex;
    flex-direction: row;
  }

  &__content {
    margin-left: 20px;
    color: #1b1d20;
  }

  &__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #a3adb7;
    margin-bottom: 5px;
  }

  &__value {
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 2%;
  }

  &--mobile {
    padding: 0;

    padding: 7px 1px 7px 1px;
  }

  &--mobile &__wrapper {
    flex-direction: column;
    text-align: center;
  }

  &--mobile &__title {
    font-size: 12px;
  }

  &--mobile &__value {
    font-size: 25px;
  }

  &--mobile &__content {
    margin-left: 0;
  }
}
