.custom-container-wrapper {
	margin-top: 140px;
}

.fine-print .container-lg {
	max-width: 1080px;
}

.fine-print .cart-heading {
	text-align: center;
	margin: 40px 0 65px;
}

.fine-print .cart-heading p {
	margin: 15px 0 0;
}

.purchase-table-title h3 {
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-weight: normal;
	font-size: 40px;
	color: #3c4d73;
	margin: 0 0 15px;
}

.fine-print .cart-image-hold {
    width: 20%;
}

@media only screen and (max-width: 1300px) {
	.custom-container-wrapper {
    	margin-top: 160px !important;
	}
}