.services-offered{background-color:#f4f4f4;padding:40px 20px;text-align:center}.services-offered .container{margin:0 auto;max-width:1200px}.services-title{color:#872f75;font-size:2rem;margin-bottom:20px}.services-description{color:#4b286d;font-size:1.2rem;margin-bottom:40px}.services-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-around}.service-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:300px}.service-card:hover{box-shadow:0 6px 12px rgba(0,0,0,.2);transform:scale(1.05)}.service-icon img{height:60px;margin-bottom:15px;width:60px}.service-title{color:#4b286d;font-size:1.5rem;margin-bottom:10px}.service-text{color:#4b286d;font-size:1rem;line-height:1.4}@media (max-width:768px){.services-grid{align-items:center;flex-direction:column}.service-card{width:90%}.services-title{font-size:1.8rem}.services-description{font-size:1rem}}@media (max-width:480px){.services-title{font-size:1.5rem}.services-description{font-size:.9rem}.service-title{font-size:1.3rem}.service-text{font-size:.9rem}}.service-card-link{color:inherit;display:block;text-decoration:none}.service-card-link:hover{background-color:#f5f5f5}