@media (max-width: 991px) {
	.header {
		padding: 5px 0;
	}
	.header .navbar-light .navbar-toggler:focus {
		outline: none;
	}
	.home-section {
		padding-top: 50px;
	}
	.home-section .home-image {
		padding-bottom: 40px;
		text-align: center;
	}
	.home-section .home-content h1 {
		font-size: 40px;
	}
	.navbar-light .navbar-toggler {
		color: rgba(0, 0, 0, .5);
		border-color: rgba(0, 0, 0, .0);
	}
}
@media (max-width: 415px) {
	.home-section .home-image img {
		max-width: 250px;
	}
	.mobile-title,
	.mobile-content {
		margin-left: 0px !important;
	}
	.mobile-list {
		margin-left: 20px !important;
	}
}
