.customer-points__title{text-align:center}.customer-points__points{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.customer-points__content{margin-bottom:2rem}.customer-points__content h2{margin-bottom:1rem}.customer-points__point{display:flex;flex-direction:column;border-radius:2rem;background:#f3f3f3;overflow:hidden;padding:2rem}.customer-points__image{margin:-2rem;margin-bottom:2rem}.customer-points__image img{height:100%;object-fit:cover;aspect-ratio:3 / 1}.customer-points__icon{margin-bottom:1rem}.customer-points__point-title{font-size:1.2rem;font-weight:700}.customer-points__point--alt .customer-points__point-text{font-weight:700}.customer-points__points--2{grid-template-columns:repeat(2,1fr)}.customer-points__points--2 .customer-points__point-title{font-size:1.4rem}@media (max-width:767px){.customer-points__points{grid-template-columns:1fr}.customer-points__points--2{grid-template-columns:1fr}}