.certification-table td p{
    margin: 5px 0;
    padding: 5px;
    color: #fff;
}

.certification-table td:first-child{
    text-align: left;
    width: 50%;
}

.certification-table td{
    text-align: center;
}

.green{
    background: #92D050;
}

.blue{
    background: #00B0F0;
}

.purple{
    background: #B1A0C7;
}

.brown{
    background: #E26B0A;
}