.homepage-content-wrap .group .btn {
	background-color: #0288d1;
	margin-top: 5px;
	cursor: pointer;
}

h1.title {
	margin-bottom: 10px;
}

.d-flex {
	display: flex;
}

.justify-content-flex-start {
	align-items: center;
	justify-content: flex-start;
}

.hidden{
	display:none;
}