.best-prices-section{text-align:center}.best-prices-title{font-size:2rem;margin-bottom:10px}.best-prices-description{color:#555;font-size:1.1rem;margin-bottom:30px}.best-prices-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.price-card{background:#fff;flex:1 1 250px;max-width:400px;min-height:590px;padding:20px;transition:transform .3s ease,box-shadow .3s ease}.price-card h3{color:#333;margin-bottom:10px}.price-card p{color:#666}.price-card:nth-child(2){background:#b3a473;color:#fff}.price-card:nth-child(2) h3,.price-card:nth-child(2) p{color:#fff}.price-card:hover{box-shadow:0 8px 20px hsla(46,30%,58%,.6);transform:translateY(-10px)}.price-card{box-shadow:0 4px 8px rgba(0,0,0,.1)}