.section-first-screen .brand-name svg {
	width: 100%;
	max-width: 100%;
	height: 100vh;
}
.section-first-screen .brand-name {
	font-family: 'Dancing Script', cursive;
	font-size: 3.5rem;
}
.table-of-content ul{
	column-count: 3;
}
.download-btn {
	position: absolute;
	width: 100%;
	bottom: 5rem;
	left: 0;
}
.download-btn span {
	display:block;
	line-height: normal;
}
.download-btn i {
	font-style: normal;
	font-size: 2.5rem;
}
.download-btn a:hover {
	margin-bottom: -5px;
}
#download a {
	text-transform: capitalize;
	text-decoration: underline;
}
@media (max-width: 991px){
	.table-of-content ul{
		column-count: 2;
	}
	.section-first-screen .brand-name {
		font-size: 5rem;
	}
}
@media (max-width: 767px){
	.table-of-content ul{
		column-count: 1;
	}
}