.escalation-matrix {
    background-color: #343434;
    padding: 100px 0 50px 0;
}

.escalation-matrix h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}

.escalation-matrix p {
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

.escalation {
    background-color: #e8d8c4;
    padding: 10px 15px;
	font-weight: 600;
    margin-bottom: 20px;
}

.escalation h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.table{
	margin-bottom: 0px;
	white-space: nowrap;
}

.insector-list li{
	color: #000;
	font-weight: 400;
}

.insector-list i{
    margin-right: 10px;
	color: #000;
}

/* ************ privacy policy ends ********************** */