.services-flex{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin:0 auto}.service-card{background:#3954b8;border-radius:20px;flex:1 1 calc(33.333% - 30px);max-width:calc(33.333% - 100px);padding:20px;text-align:center}@media (min-width:640px) and (max-width:959.98px){.service-card{flex:1 1 calc(50% - 30px);max-width:calc(50% - 30px)}}@media (max-width:639.98px){.service-card{flex:1 1 100%;max-width:100%}}.services-section{padding:40px 20px;text-align:center}.services-section h2{font-size:2rem;margin-bottom:30px}.service-card h3{font-size:1.2rem;margin-bottom:10px}.service-card p{color:#333;font-size:.95rem}