.price-container{width:95%;max-width:1800px;margin:40px auto;padding:0 20px}.price-title{font-size:40px;font-weight:200;color:#333;margin-bottom:30px;text-align:center;position:relative;padding-bottom:15px}.price-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:2px;background-color:tan}.price-section{margin-bottom:40px}.section-title{font-size:20px;font-weight:400;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #f0f0f0}.price-items{display:grid;grid-template-columns:1fr;grid-gap:15px;gap:15px}@media(min-width:768px){.price-items{grid-template-columns:repeat(2,1fr)}}.price-item{display:flex;justify-content:space-between;padding:15px;background-color:#f9f9f9;border-radius:6px;transition:all .3s ease}.price-item:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.05)}.service-name{font-size:16px;color:#333;font-weight:400}.service-price{font-size:16px;color:tan;font-weight:600;white-space:nowrap;margin-left:15px}