@@ -143,7 +143,7 @@ function About({ service }: ServiceProps) {
143143
144144 return (
145145 < section className = "bg-[#F6F8F9] py-8 md:py-16" >
146- < div className = "text-hyperjump-black mx-auto flex w-full max-w-4xl flex-wrap items-center px-4 py-10 md:px-16 md:py-20 xl:px-0" >
146+ < div className = "text-hyperjump-black mx-auto flex w-full max-w-4xl flex-wrap items-center px-4 py-10 md:px-20 md:py-20 xl:px-0" >
147147 < h2 className = "mb-5 text-[34px] font-medium md:text-4xl" > { title } </ h2 >
148148 < p
149149 className = "text-xl leading-relaxed"
@@ -165,7 +165,7 @@ function WhoIsIt({ lang, service }: LangProps & ServiceProps) {
165165
166166 return (
167167 < section className = "flex bg-white px-4 py-8 md:px-20 md:py-16" >
168- < div className = "xxl:max-w-7xl mx-auto flex w-full max-w-6xl flex-col items-center gap-6 md:flex-row" >
168+ < div className = "mx-auto flex w-full max-w-5xl flex-col items-start gap-6 md:flex-row" >
169169 < div className = "relative w-full xl:w-1/2" >
170170 < Image
171171 src = "/images/services/background.webp"
@@ -218,12 +218,12 @@ function WhatWeDeliver({ lang, service }: LangProps & ServiceProps) {
218218
219219 return (
220220 < section className = "bg-white py-8 md:py-16" >
221- < div className = "text-hyperjump-black xxl:max-w-7xl mx-auto flex w-full max-w-6xl flex-col items-center justify-center px-4 text-center md:px-20 xl:px-0" >
221+ < div className = "text-hyperjump-black mx-auto flex w-full max-w-5xl flex-col items-center justify-center px-4 text-center md:px-20 xl:px-0" >
222222 < h3 className = "mb-5 text-[34px] font-medium md:text-4xl" >
223223 { servicesWhatWeDeliver ( lang ) }
224224 </ h3 >
225225 < p className = "text-hyperjump-gray mt-2 max-w-lg" > { description } </ p >
226- < div className = "mt-6 grid w-full grid-cols-1 gap-6 md:mt-12 md:grid-cols-3 xl:grid-cols-3" >
226+ < div className = "mt-6 grid w-full grid-cols-1 gap-6 md:mt-12 xl:grid-cols-3" >
227227 { items . map ( ( { description, iconUrl, items, title } ) => (
228228 < div
229229 key = { title }
@@ -259,7 +259,7 @@ function HowItWorks({ lang, service }: LangProps & ServiceProps) {
259259
260260 return (
261261 < section className = "bg-[#F6F8F9 py-8 md:py-16" >
262- < div className = "text-hyperjump-black xxl:max-w-7xl mx-auto flex w-full max-w-6xl flex-col items-center px-4 text-center" >
262+ < div className = "text-hyperjump-black mx-auto flex w-full max-w-5xl flex-col items-center px-4 text-center md:px-20 xl:px-0 " >
263263 < h2 className = "mb-5 text-[34px] font-medium md:text-4xl" >
264264 { servicesHowItWorks ( lang ) }
265265 </ h2 >
@@ -305,7 +305,7 @@ function WhatYouGet({ lang, service }: LangProps & ServiceProps) {
305305
306306 return (
307307 < section className = "flex bg-white px-4 py-8 md:px-20 md:py-16" >
308- < div className = "xxl:max-w-7xl mx-auto flex w-full max-w-6xl flex-col items-center gap-6 md:flex-row-reverse" >
308+ < div className = "mx-auto flex w-full max-w-5xl flex-col items-start gap-6 md:flex-row-reverse" >
309309 < div className = "relative w-full xl:w-1/2" >
310310 < Image
311311 src = { imageUrl }
@@ -347,7 +347,7 @@ function WhyUs({ lang, service }: LangProps & ServiceProps) {
347347 } = service ;
348348 return (
349349 < section className = "flex bg-white px-4 py-8 md:px-20 md:py-16" >
350- < div className = "xxl:max-w-7xl mx-auto flex w-full max-w-6xl flex-col items-center gap-6 md:flex-row" >
350+ < div className = "mx-auto flex w-full max-w-5xl flex-col items-start gap-6 md:flex-row" >
351351 < div className = "relative w-full xl:w-1/2" >
352352 < Image
353353 src = { backgroundImageUrl }
@@ -411,9 +411,9 @@ function Recommendation({ caseStudies, lang }: RecommendationProps) {
411411 if ( caseStudies . length === 0 ) return null ;
412412
413413 return (
414- < section className = "flex bg-white px-4 py-8 md:px-20 md:py-16 " >
415- < div className = "mx-auto flex w-full flex-col items-center md:max-w-4xl " >
416- < h2 className = "text-hyperjump-black mb-5 max-w-3/4 text-center text-[34px] font-medium md:text-[40px] " >
414+ < section className = "flex bg-white py-8" >
415+ < div className = "mx-auto flex w-full max-w-5xl flex-col items-center px-4 md:px-20 xl:px-0 " >
416+ < h2 className = "text-hyperjump-black mb-5 max-w-3/4 text-center text-3xl font-medium md:text-4xl " >
417417 { servicesCaseStudies ( lang ) }
418418 </ h2 >
419419 < div className = "grid gap-6 md:grid-cols-2" >
0 commit comments