@charset "UTF-8";.block-contents{font-family:'Georgia','Times New Roman',serif;width:100%;max-width:100%;margin:0;padding:40px 0;background:#faf8f5}.fleet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;width:100%;max-width:1200px;margin:0 auto;padding:0 40px}.fleet-card{border:1px solid #e0e0e0;padding:40px 35px;background:#fff;transition:all 0.3s ease;display:flex;flex-direction:column}.fleet-card:hover{border-color:#c9a227;box-shadow:0 5px 20px rgba(0,0,0,0.08)}.fleet-card h3{font-size:26px;font-weight:400;color:#0a2540;margin-bottom:20px;font-family:'Georgia',serif;line-height:1.3}.fleet-card p{font-size:15px;color:#666;line-height:1.8;margin-bottom:30px;flex-grow:1}.fleet-link{display:inline-block;font-size:12px;font-weight:600;color:#8b7355;text-decoration:none;letter-spacing:2px;text-transform:uppercase;transition:color 0.3s ease;margin-top:auto}.fleet-link:hover{color:#c9a227}@media (max-width:992px){.fleet-grid{grid-template-columns:repeat(2,1fr);padding:0 20px}}@media (max-width:600px){.fleet-grid{grid-template-columns:1fr}.fleet-card{padding:30px 25px}.fleet-card h3{font-size:22px}}
