### SCSS

#### Usage

Import the package css into the top of your main CSS file.

```css
@import '@carbon/ibmdotcom-styles/scss/components/content-item';
```

#### Elements

| Class                        | Description                  |
| ---------------------------- | ---------------------------- |
| `.bx--content-item__heading` | Content Item heading text    |
| `.bx--content-item__image`   | Content Item image component |
| `.bx--content-item__copy`    | Content Item copy text       |

#### Blocks

| Class               | Description                                             |
| ------------------- | ------------------------------------------------------- |
| `.bx--content-item` | Highest level class name for the Content Item component |
