.become-certified-section{
	background: #fff;
	padding: 75px 30px 181px;
}
.become-certified-container{
	width: 100%;
    max-width: 1460px;
    padding:0 0px;
    margin: 0 auto;
    font-family: 'Switzer Variable';
}
.become-certified-section *{
	font-family: 'Switzer Variable';
	box-sizing: border-box;
}
.become-certified-header h2{
	font-size: 50px;
	font-weight: 600;
	line-height: 66px;
	color: #000000;
	margin: 0;
	text-align: center;
}
.become-certified-header p{
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	color: #000000;
	width: 100%;
	text-align: center;
	max-width: 1182px;
	margin: 15px auto 47px;
}
.become-certified-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.become-certified-wrap .become-certified-item{
    width: calc(100% / 3 - 20px);
}
.become-certified-item-inner{
	background: #F8EDE6;
	padding: 48px 60px;
	border-radius: 13px;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: self-start;
}
.become-certified-wrap .become-certified-item h3{
	font-size: 22px;
	font-weight: 600;
	line-height: 37px;
	color: #000000;
	margin: 23px 0 10px 0;
	text-align: left;
}
.become-certified-wrap .become-certified-item p{
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	color: #000000;
	margin: 0;
	text-align: left;
}
.become-certified-bottom p{
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	color: #000000;
	margin: 43px 0 0;
	text-align: center;
}
