.bonus {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px; }
  .bonus__item {
    width: 305px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 12px 14px;
    margin-right: 20px;
    gap: 5px 0; }
    .bonus__item:first-child {
      background: #D34051;
      color: white;
      box-shadow: 0px 15px 15px rgba(24, 24, 24, 0.08); }
    .bonus__item:last-child {
      background: white;
      color: black;
      margin-right: 0;
      border: 1px solid #E8E8E8; }
    .bonus__item__title {
      min-height: 48px; }
    .bonus__item__numbers {
      font-size: 30px;
      font-weight: bold;
      min-height: 38px; }
      .bonus__item__numbers span {
        font-weight: normal;
        font-size: 14px; }

/*# sourceMappingURL=bonus.css.map */
