.preserve-cost-section {
    padding: 80px 0 40px;
    background-color: #ffffff;
}

.preserve-cost-box {
    max-width: 520px;
    margin: 0 auto;
    padding: 40px 30px 36px;
    text-align: center;
    background-color: #f7f2eb;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.preserve-cost-kicker {
	font-size: 1.3rem;
	letter-spacing: 0.15em;
	margin-bottom: 0.8rem;
	color: #32939d;
}
.preserve-cost-title {
	font-size: 2.9rem;
	margin-bottom: 0.2rem;
	font-weight: 700;
}

.preserve-cost-price {
   font-size: 2.9rem;
    font-weight: 700;
    
    margin-bottom: 0.4rem;
}

.preserve-cost-note {
	font-size: 1.2rem;
	color: #555555;
	margin: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
	
	.preserve-cost-section {
    padding: 10px 0 10px;
   
   }
	
	
}


/* Responsive */
@media (max-width: 575.98px) {
    .preserve-cost-box {
        max-width: 100%;
        padding: 32px 22px 30px;
    }
    .preserve-cost-price {
        font-size: 1.6rem;
    }
}
