fix(whyparents): revert section bg to transparent, keep card fill #fffdfa
This commit is contained in:
parent
d620ad45a4
commit
b93317e5ff
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ export function WhyParents({ items, sideGallery, title }: WhyParentsProps) {
|
|||
}, [])
|
||||
|
||||
return (
|
||||
<section className="bg-[#fffdfa] py-[20px] md:py-[60px] lg:py-[40px]">
|
||||
<section className="py-[20px] md:py-[60px] lg:py-[40px]">
|
||||
<div className="mx-auto max-w-[1204px] px-8">
|
||||
<h2
|
||||
className="mb-[40px] text-[24px] font-bold text-[#272727] uppercase md:mb-[60px] md:text-[32px]"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue