Commit a948b6d9 by gaurav

chnage

1 parent acf1b7b9
...@@ -20,7 +20,7 @@ const HowWeDoItRiskAdvisory = ({ data, heading, classname }) => { ...@@ -20,7 +20,7 @@ const HowWeDoItRiskAdvisory = ({ data, heading, classname }) => {
<Row className="row-gap-4 justify-content-center"> <Row className="row-gap-4 justify-content-center">
{data?.carddetails && {data?.carddetails &&
data?.carddetails.map((item, index) => ( data?.carddetails.map((item, index) => (
<Col xxl={4} lg={4} md={6} key={index}> <Col xxl={4} lg={6} md={6} key={index}>
<div className="HowWeDoIt_card "> <div className="HowWeDoIt_card ">
<h2>{item?.Title}</h2> <h2>{item?.Title}</h2>
......
...@@ -9163,7 +9163,7 @@ ul.pagination.custom-pagination { ...@@ -9163,7 +9163,7 @@ ul.pagination.custom-pagination {
} }
.risk_advisory_howitwork .HowWeDoIt_card { .risk_advisory_howitwork .HowWeDoIt_card {
height: 270px; height: 210px;
} }
} }
...@@ -9927,7 +9927,7 @@ ul.pagination.custom-pagination { ...@@ -9927,7 +9927,7 @@ ul.pagination.custom-pagination {
.office-heading { .office-heading {
color: #393641 !important; color: #393641 !important;
font-size: 20px !important; font-size: 16px !important;
} }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!