.team-img img{
	width: 100%;
	border-radius: 40px;
}
.certified-list{
	margin-top: 58px;
}
.certified-list .row{
	--bs-gutter-x: 40px;
	justify-content: center;
}
.certified-list .d-flex:nth-child(n + 5){
	margin-top: 40px;
}
.certified-item{
	width: 100%;
	text-align: center;
	border: 1px solid #00ADE5;
	border-radius: 10px;
	min-height: 334px;
	padding: 38px 20px 30px;
	display: flex;
	flex-direction: column;
}
.certified-info{
	margin-top: auto;
}
.certified-info *{
	font-size: 20px !important;
	line-height: 30px !important;
	font-weight: normal !important;
	letter-spacing: 0.2px !important;
}
.certified-info strong{
	font-weight: bold !important;
}
.certified-img img{
	max-width: 100%;
	margin: auto;
}
@media(min-width:1360px) and (max-width:1459.98px){
	.certified-item {
    	padding: 30px 20px;
    	min-height: 325px;
    }
    .certified-img img {
    	max-width: 125px;
	}
	.certified-info * {
    	font-size: 19px !important;
    	line-height: 27px !important;
    }
}
@media(min-width:1200px) and (max-width:1359.98px){
	.certified-list .row {
    	--bs-gutter-x: 25px;
	}
	.certified-item {
		min-height: 320px;
    	padding: 30px 20px 25px;
    }
    .certified-img img {
    	max-width: 125px;
	}
	.certified-info * {
    	font-size: 19px !important;
    	line-height: 25px !important;
    }	
}
@media(min-width:992px) and (max-width:1199.98px){
	.certified-list .row {
    	--bs-gutter-x: 16px;
	}
	.certified-item {
    	min-height: 310px;
    	padding: 25px 15px 25px;
    }
    .certified-img img {
    	max-width: 120px;
	}
	.certified-info * {
    	font-size: 18px !important;
    	line-height: 26px !important;
    }
}
@media(min-width:768px) and (max-width:991.98px){
	.team-img img {
    	border-radius: 30px;
	}
	.certified-list .d-flex:nth-child(n + 3){
		margin-top: 16px;
	}
	.certified-item {
    	min-height: 320px;
    	padding: 30px 20px 25px;
    }
}
@media(max-width:767.98px){
	.team-img img {
    	border-radius: 20px;
	}
	.certified-list {
    	margin-top: 45px;
	}
	.certified-list .d-flex{
		width: 50%;
	}
	.certified-list .d-flex:nth-child(n + 3){
		margin-top: 10px;
	}
	.certified-item {
    	min-height: 320px;
    	padding: 30px 20px 25px;
    }
    .certified-info * {
    	font-size: 17px !important;
    	line-height: 25px !important;
    }
    .certified-img img {
    	max-width: 125px;
	}
}
@media(max-width:575.98px){
	.certified-item {
    	padding: 20px 15px 20px;
    	min-height: 280px;
    }
    .certified-img img {
    	max-width: 110px;
	}
	.certified-info * {
    	font-size: 16px !important;
    	line-height: 23px !important;
    }
}