.section-width{
	width: 100%;
	max-width: 879px;
	margin: 0 auto;
}

.section-space{
	margin-bottom: 6rem;
}


.aggregator-banner-wrap{

	background: #FFF9F6;
	padding: 2.5rem 0 3rem;
}

.agg-banner-sec{
	display: flex;
	align-items: center;
	gap: 50px;
	justify-content: center;
}

.agg-banner-sec h3{
	margin: 0;
	color: #000000;
	font-size: 4.5rem;
	font-weight: 700;
	line-height: normal;
}

h4.agg-heading-txt{
	margin: 0;
	color: #282828;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 2rem;
	text-align: center;
}

.aggregator-mean-sec .aggregator-mean-block{
	display: flex;
	gap: 2.6rem;
}

.aggregator-mean-sec .aggregator-mean-block p{
	margin: 0;
	color: #282828;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 24px;
}

.aggregator-mean-sec .aggregator-mean-block p:first-child{
	width: 65%;
}

.aggregator-mean-sec .aggregator-mean-block p:last-child{
	width: 35%;
}

.aggregator-mean-sec .aggregator-mean-block p span{

	display: block;
	font-weight: 700;
	padding-bottom: 0.5rem;
}

a.link-text{
	color: #EC6625;
	font-weight: 700;
	text-decoration: underline;
}

.agg-status-table{
	margin-top: 1rem;
}

.agg-status-table th,
.agg-status-table td{

	margin: 0;
	color: #000000;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: normal;
	text-align: left;
	padding: 2rem 2rem;
	border-right: 1px solid #EAEAEA;
	vertical-align: top;
}

.agg-status-table th:last-child,
.agg-status-table td:last-child{

    border-right:none;
}

.agg-status-table th:first-child,
.agg-status-table td:first-child{

    width: 35%;
}

.agg-status-table th{
	font-weight: 600;
	background: #E1E0D1;
}

.aggregator-status-wrap{

	background: #F8F6F6;
	padding: 6rem 0 5.2rem;
}

.agg-status-table table{
	width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    table-layout: fixed;
}

.grievance-sec p{
	margin: 0;
	color: #282828;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 24px;
	padding: 0 6rem 2rem;
	text-align: center;
}

.grievance-sec p:last-child{
	padding-bottom: 0;
}

@media screen and (max-width:991px){

	.agg-banner-sec h3{
		font-size: 2.6rem;
	}

	h4.agg-heading-txt{
		font-size: 3rem;
	}

	.grievance-sec p{
		padding: 0 3rem 2rem;
	}
}

@media screen and (max-width:767px){

	.agg-banner-sec h3{
		font-size: 1.6rem;
		width: 50%;
	}

	.agg-banner-sec picture{
		
		width: 50%;
	}

	.agg-banner-sec{
		gap: 10px;
	}

	.section-width{
		width: 100%;
    	max-width: 100%;
	}

	h4.agg-heading-txt{
		font-size: 2.4rem;
		text-align: left;
	}

	.aggregator-mean-sec .aggregator-mean-block{
		flex-direction: column;
		gap: 20px;
	}

	.aggregator-mean-sec .aggregator-mean-block p:first-child,
	.aggregator-mean-sec .aggregator-mean-block p:last-child{
	    width: 100%;
	}

	.section-space {
	    margin-bottom: 4rem;
	}

	.agg-status-table table{
		;
		overflow-x: scroll;
		display: block;
	}

	.agg-status-table th, .agg-status-table td{
		min-width: 210px;
		width: 100%;
	}

	.aggregator-status-sec h4.agg-heading-txt{
		text-align: center;
	}

	.grievance-sec p {
	   
	    padding: 0 0 2rem;
	    text-align: left;
	}

	.aggregator-banner-wrap{
		padding: 2.5rem 0 2.4rem;
	}

	.aggregator-status-wrap{
		padding: 4rem 0;
	}
}
