.services-section{padding:5rem 1.5rem}@media (min-width:768px){.services-section{padding:5rem 3rem}}@media (min-width:1024px){.services-section{padding:5rem 6rem}}.services-header{text-align:center;margin-bottom:3rem}.services-header p{letter-spacing:.1em;font-size:18px;color:#fc800a;text-transform:uppercase}.services-header h2{font-family:RowdiesRegular;font-size:2rem;font-weight:700;color:#000000;margin-top:.5rem}@media (min-width:768px){.services-header h2{font-size:2.5rem}}.service-card{background-color:#FADADD;border:2px dashed #fc800a;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease}.service-card:hover{box-shadow:0 6px 12px rgba(0,0,0,.1)}.service-icon{font-size:50px;color:#4f46e5;margin-bottom:1rem}.service-title{font-weight:600;color:#1f2937;margin-bottom:.75rem;font-size:45px;font-family:RowdiesRegular}.service-description{font-size:1rem;color:#000000;line-height:1.6;padding-top:3px}.services-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}