@@ -2,14 +2,14 @@ import React from "react";
22
33function ContactCard ( ) {
44 return (
5- < section className = "relative max-w-[1512px] mx-auto py-[58px] px-[32px] lg:px-0 gap-[10px] md:gap-0 bg-white" >
6- < div className = "container md:pl-[67px] md:pr-[67px] mx-auto flex flex-col md:flex-row items-center gap-[67px] md:mt-[130px] md:mb-[130px] " >
5+ < section className = "relative mx-auto py-1 px-[32px] lg:px-0 lg:py-4 gap-[10px] md:gap-0 bg-white" >
6+ < div className = "container md:pl-[67px] md:pr-[67px] mx-auto flex flex-col md:flex-row items-center gap-[67px] justify-between md:mt-[130px] md:mb-[130px] " >
77 { /* Text container */ }
8- < div className = "text flex flex-col gap-6 max-w-[633px] min-h-[240px] order-1 md:order-2" >
9- < h2 className = "font-extrabold text-[32px] leading-[41.66px] text-[#484848] font-[DM Sans] text-center md:text-[42px ] md:leading-[54.68px ] md:text-[#484848] md:text-left md:w-auto md:h-auto" >
8+ < div className = "text flex flex-col gap-6 w-full md:w-3/5 min-h-[240px] order-1 md:order-2" >
9+ < h2 className = "font-bold text-[32px] leading-[41.66px] text-[#484848] font-[DM Sans] text-center md:text-[32px ] md:leading-[48px ] md:text-[#484848] md:text-left md:w-auto md:h-auto" >
1010 Seek Medical Help
1111 </ h2 >
12- < p className = "text-center font-[DM Sans] font-normal text-[18px ] leading-[24px ] text-[#484848] md:text-left md:text-[24px] md:leading-[32px] md:text-[#9E9E9E]" >
12+ < p className = "text-center font-[DM Sans] font-normal text-[24px ] leading-[32dpx ] text-[#484848] md:text-left md:text-[24px] md:leading-[32px] md:text-[#9E9E9E]" >
1313 Have any questions or need assistance? Reach out to the hospital for
1414 appointments, consultations, or general inquiries. Were here to help
1515 you with your rheumatic care needs. Our team is committed to
@@ -31,10 +31,10 @@ function ContactCard() {
3131 className = "w-[42.15px] h-[42.15px] translate-y-[6px] md:w-16 md:h-16 md:object-contain md:mr-5 md:translate-y-[0]"
3232 />
3333 < div className = "flex flex-col" >
34- < div className = "w-[176px] h-[56px] text-[#484848] font-[DM Sans] text-[20px] font-semibold leading-[28px ] text-left md:w-auto md:h-auto md:text-[#484848] md:font-semibold md:text-[32px] md:leading-[28px ]" >
34+ < div className = "w-[176px] h-[56px] text-[#484848] font-[DM Sans] text-xl font-medium leading-[20px ] text-left md:w-auto md:h-auto md:text-[#484848] md:font-semibold md:text-xl md:leading-[20px ]" >
3535 Call Kurunegala Hospital
3636 </ div >
37- < div className = "mt-1.5 text-[#9E9E9E] font-semibold text-[28px] leading-[28px ] hidden md:block" >
37+ < div className = "mt-1.5 text-[#9E9E9E] font-normal text-xl leading-[20px ] hidden md:block" >
3838 0112 112 889
3939 </ div >
4040 </ div >
@@ -52,10 +52,10 @@ function ContactCard() {
5252 className = "w-[42.15px] h-[42.15px] translate-y-[6px] md:w-16 md:h-16 md:object-contain md:mr-5 md:translate-y-[0]"
5353 />
5454 < div className = "flex flex-col" >
55- < div className = "w-[176px] h-[56px] text-[#484848] font-[DM Sans] text-[20px] font-semibold leading-[28px ] text-left md:w-auto md:h-auto md:text-[#484848] md:font-semibold md:text-[32px] md:leading-[28px ]" >
55+ < div className = "w-[176px] h-[56px] text-[#484848] font-[DM Sans] text-xl font-medium leading-[20px ] text-left md:w-auto md:h-auto md:text-[#484848] md:font-semibold md:text-xl md:leading-[20px ]" >
5656 Call Emergency Medical Hotline
5757 </ div >
58- < div className = "mt-1.5 text-[#9E9E9E] font-semibold text-[28px] leading-[28px ] hidden md:block" >
58+ < div className = "mt-1.5 text-[#9E9E9E] font-normal text-xl leading-[20px ] hidden md:block" >
5959 1990
6060 </ div >
6161 </ div >
0 commit comments