.grievances-sec {
    background-color: #343434;
    padding: 150px 0 50px 0;
}

.grievances-sec h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.grievances {
    background-color: #e8d8c4;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.sub-text{
	font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

.grievances h5 {
    font-weight: 600;
	border-bottom: 1px solid #000;
}

.insector-list p {
    margin: 20px 0;
    font-weight: bold;
    font-size: 22px;
}

.insector-list i{
    margin-right: 10px;
}

.grievances h6{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
}

.grievances p{
	font-weight: 600;
	color: #000;
	font-size: 20px;
}

.table{
	white-space: nowrap;
}