	.pull-right{
		float:right;
	}
	figure img{
		width:100%;
		height:100%;
	}
	.card-body{
		background-color: #eee;
	}
	.bd-placeholder-img {
		font-size: 1.125rem;
		text-anchor: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
	}
	.box-wrapper{
		padding:20px;
		width:100%;
		box-shadow:0 3px 10px rgb(24 85 138);
		margin-bottom: 10px;
	}

	.card:hover{
		border: 1px solid #0d6efd;
	}
	
	@media (min-width: 768px) {
		.bd-placeholder-img-lg {
			font-size: 3.5rem;
		}
		.p-4 {
			font-size: 1.5rem;
		}
	}
	

.h4, h4 {
	font-size: 1.3rem;
}

.fs-5 {
	font-size: 1.4rem;
}

	
	body {
		overflow-x: hidden;				
		background: #f8f8f8;
	}


	.paypal2 {		
		display: none;
		float:right;
		padding-top: 1.5rem;
	}


.container {			
	max-width: 960px;
}


.pricing-header {
	max-width: 700px;
	text-align: center;
}
.g-3{
	margin-bottom:1rem;
	margin-top:1rem;
	--bs-gutter-y:1rem;
	--bs-gutter-x:1rem;
}

@media (min-width: 768px) {
	.paypal2 {
		display: block;
	}			

}