@media only screen and (max-width: 991px) {
	header {
		position: relative;
		background-color: #23150d;
	}
	.navbar {
		padding: 20px 0 !important;
	}
	.navbar-brand img {
		top: 6px;
	}
}

@media only screen and (max-width: 912px) {
	.header-top {
		display: none;
	}

	.most-alive {
		height: initial;
	}
	.most-alive p {
		padding: initial;
	}

	.in-2-s {
		transform: translateY(0);
	}

	.navbar-brand img {
		width: 70px;
		left: initial;
	}

	.in-img-3 {
		position: relative;
		top: initial;
	}
}

@media only screen and (max-width: 600px) {
	.student-reached-content {
		transform: translateX(0);
	}
	.most-alive {
		height: initial;
	}
	.most-alive p {
		padding: initial;
	}
}

@media only screen and (max-width: 390px) {
}
