.why-me-section{
	background-color:#EFF8FD;
	padding-top: 70px;
	padding-bottom: 70px;
}
.why-me-inside-wrap{}
.col-full{}
.why-rte{}
.why-rte h3{
	color:#0477A8;
	font-family: "Russo One", sans-serif;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 0.0375em;
	margin-bottom: 55px;
	text-align: center;
}
.why-rte h3 span{
	color:#014F92;
}
.why-rte ul{
	display:flex;
}
.why-rte ul li{
	width: 25%;
	text-align: center;
	position:relative;
}
.why-rte ul li strong{
	color:#0477A8;
	font-family: "Red Hat Display", sans-serif;
	font-size: 48px;
	font-weight: 800;
	line-height: 25px;
	margin-bottom: 10px;
	min-height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.why-rte ul li p{
	color: #01487F;
	font-family: "Red Hat Display", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0;
}
.why-rte ul li .icon{
	margin-bottom: 10px;
	display: block;
	height: 56px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 56px;
}
.why-rte ul li .icon-1{
	background-image: url('../img/icon-clock.svg');
}
.why-rte ul li .icon-2{
	background-image: url('../img/icon-diploma.svg');
}
.why-rte ul li .icon-3{
	background-image: url('../img/icon-shield.svg');
}