/* HTML 1 */
.item--html {
    p {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 13px;
        &:last-child {
            margin-bottom: 0px;
        }
    }
}