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