/* Carousel */

.splash-btn-group {
	display: flex;
	justify-content: center;
	gap: 1rem;
}
@media (max-width: 768px) {
	.splash-btn-group {
		flex-direction: column;
	}
}