h2 {
    line-height: 1.2em;
    margin-bottom: 22px;
}
h3 {
	font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
.feature-box {
    min-height: 395px;
}
.side-image .aha-stamp {
    padding-top: 100px;
    padding-bottom: 100px;
}
.stat-counters .stat h3 {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
}
.centered-logo .logo {
    max-height: 60px;
}
.feature-box h1 {
    font-weight: 600;
    line-height: 1.3em;
}
.menu li a {
    text-transform:capitalize;
    font-size: 14px;
    line-height: 1.2em;
}
.hero-slider .slides li {
    height:450px;
}
.btn-primary.btn-filled-red {
	background-color: #fc4349;
	color: #fff;
	border-color: #fff;
}
.course-img {
    height: 300px;
}
.course-img img {
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}
.courses .blog-snippet-1 h2 {
	margin-top: 8px;
}
@media all and (max-width: 767px) {
    .centered-logo .logo {
        top: 12px;
    }
	.side-image .aha-stamp {
  	  padding-top: 0;
	    padding-bottom: 60px;
	}
}
