.service-section{background-color:#c9141c;color:white;text-align:center;padding:60px 20px}.service-header{max-width:900px;margin:0 auto 50px}.service-title{font-weight:600!important;font-size:1.3rem!important;margin-bottom:15px}.service-subtext{font-size:.95rem;line-height:1.6;color:#fff}.service-card-container{display:flex;justify-content:center;align-items:stretch;gap:20px;flex-wrap:wrap}.service-card{background-color:white;color:#333;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.2);padding:25px;width:310px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 6px 18px rgba(0,0,0,.3)}.card-title{font-weight:600!important;color:#b10f17;margin-bottom:10px}.divider{height:1px;background-color:#b10f17;width:60%;margin:10px auto 25px}.card-img{width:100%;max-width:200px;height:auto;margin:0 auto 20px}.card-desc{font-size:.9rem;color:#444;line-height:1.5;margin-bottom:20px}.card-btn{background-color:#b10f17!important;color:white!important;border-radius:20px!important;font-size:.9rem!important;padding:8px 20px!important}.card-btn:hover{background-color:#a00d15!important}@media (max-width:1024px){.service-card{width:280px}}@media (max-width:768px){.service-card-container{flex-direction:column;align-items:center}.service-card{width:85%}}@media (max-width:480px){.service-title{font-size:1.1rem!important}.service-subtext{font-size:.85rem}.card-btn{font-size:.8rem!important}}