.homepage-container {
	padding: 40px 72px;
}

.btn-primary, .btn-secondary{
	white-space: nowrap;
	border-radius: 4.8px;
	padding: 8px 16px !important;
	font-size: 20px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
    margin: 0px !important;
}

.btn-link {
	color:#0066CC !important;
	white-space: nowrap;
	display: inline-flex;
	padding: 8px 16px !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 4.8px;
	font-size: 20px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
    text-decoration: none;
    margin: 0px !important;
}

.btn-link:hover {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.homepage-title {
	color: var(--Body-Text-Body-Color, #212529);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	font-family: SourceSans3;
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
	.homepage-container {
		padding: 20px 12px;
	}
	
	.btn-primary, .btn-secondary, .btn-link {
		border-radius: 4px;
		padding: 6px 12px !important;
		font-size: 16px !important;
	}
}

/* mobile */
@media screen and (max-width: 767.9px) {
	.homepage-container {
		padding: 20px 12px;
	}
	
	.btn-primary, .btn-secondary, .btn-link{
		border-radius: 4px;
		padding: 6px 12px !important;
		font-size: 16px !important;
	}
}