@@ -129,7 +129,7 @@ const CapabilitiesStatement = () => {
129129 { /* ── Company Overview ── */ }
130130 < section className = "gsw-section-sm" style = { { background : '#F8F9FA' , borderBottom : '1px solid #E5E7EB' } } >
131131 < div className = "gsw-container" >
132- < div style = { { display : 'grid' , gridTemplateColumns : '1fr 1fr' , gap : '48px 80px' , alignItems : 'start' } } >
132+ < div style = { { display : 'grid' , gridTemplateColumns : 'repeat(auto-fit, minmax(min(100%, 280px), 1fr)) ' , gap : '48px 80px' , alignItems : 'start' } } >
133133 < div >
134134 < span className = "gsw-eyebrow" > Company Profile</ span >
135135 < h2 style = { { fontSize : 'clamp(22px, 2.5vw, 30px)' , fontWeight : 800 , color : '#111827' , marginBottom : 16 } } > About AtonixDev</ h2 >
@@ -208,7 +208,7 @@ const CapabilitiesStatement = () => {
208208 </ h2 >
209209 < div style = { { display : 'flex' , flexDirection : 'column' , gap : 1 , background : '#E5E7EB' , border : '1px solid #E5E7EB' } } >
210210 { pastPerformance . map ( ( p ) => (
211- < div key = { p . title } style = { { background : '#FFFFFF' , padding : '28px 32px' , display : 'grid' , gridTemplateColumns : '1fr auto' , gap : '16px 32px' , alignItems : 'start' } } >
211+ < div key = { p . title } style = { { background : '#FFFFFF' , padding : 'clamp(14px, 3.5vw, 28px) clamp(14px, 3.5vw, 32px) ' , display : 'grid' , gridTemplateColumns : '1fr auto' , gap : '16px 32px' , alignItems : 'start' } } >
212212 < div >
213213 < h3 style = { { fontSize : 15 , fontWeight : 800 , color : '#111827' , marginBottom : 8 , lineHeight : 1.3 } } > { p . title } </ h3 >
214214 < p style = { { fontSize : 13 , color : '#4B5563' , lineHeight : 1.75 , margin : 0 } } > { p . desc } </ p >
@@ -228,7 +228,7 @@ const CapabilitiesStatement = () => {
228228 { /* ── Certifications & NAICS ── */ }
229229 < section className = "gsw-section" style = { { background : '#FFFFFF' } } >
230230 < div className = "gsw-container" >
231- < div style = { { display : 'grid' , gridTemplateColumns : '1fr 1fr' , gap : '48px 80px' } } >
231+ < div style = { { display : 'grid' , gridTemplateColumns : 'repeat(auto-fit, minmax(min(100%, 280px), 1fr)) ' , gap : '48px 80px' } } >
232232 < div >
233233 < span className = "gsw-eyebrow" > Certifications & Standards </ span >
234234 < h2 style = { { fontSize : 'clamp(20px, 2vw, 28px)' , fontWeight : 800 , color : '#111827' , marginBottom : 28 } } > Certifications & Compliance </ h2 >
0 commit comments