.page-heading {
	text-align: center;
}
.carousel {
	margin: 2rem auto;
	width: 70%;
}
.carousel-item img {
	max-height: 70vh;
}
.front-heading {
	text-align: center;
	color: white;
}
.secondary-content {
	height: 70vh;
	margin-top: 5%;
}
.jumbotron {
	display: inline-block;
	margin-left: 2.5%;
	padding: 2%;
	border-radius: 50px;
	background-color: rgba(00, 00, 00, 0.34);
	width: 45%;
}
.credit-card-container {
	width: 100vw;
	color: rgb(255, 255, 255);
	padding: 5% 20%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: min-content;
}

.credit-card {
	padding: 4%;
	display: inline-block;
	border: 2px solid white;
	border-radius: 20px;
	
}