.ongoing-support-certification{
	background: #F2EFED;
	padding: 138px 30px 193px;
}
.ongoing-certification-container{
	width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    font-family: 'Switzer Variable';
}
.ongoing-support-certification *{
	font-family: 'Switzer Variable';
	box-sizing: border-box;
}
.ongoing-support-header h2{
	font-size: 50px;
	font-weight: 600;
	line-height: 66px;
	color: #000000;
	margin: 0;
	text-align: center;
}
.ongoing-support-header p{
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	color: #000000;
	width: 100%;
	text-align: center;
	max-width: 673px;
	margin: 15px auto 47px;
}
.ongoing-support-wrap{
	display: flex;
	gap: 25px;
    flex-wrap: wrap;
}
.ongoing-support-wrap .ongoing-support-item{
    width: calc(100% / 3 - 17px);
	border-radius: 13px;
	padding: 66px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.ongoing-support-wrap .ongoing-support-item h3{
	font-size: 22px;
	font-weight: 600;
	line-height: 37px;
	color: #000000;
	margin: 36px 0 0 0;
	text-align: center;
}
