@@ -14,7 +14,7 @@ import {
1414import CircularProgress from '@material-ui/core/CircularProgress' ;
1515import { ValidatorForm , TextValidator } from 'react-material-ui-form-validator' ;
1616import { useSnackbar } from 'notistack' ;
17- import PhoneIcon from '@material-ui/icons/Phone ' ;
17+ import PhoneIcon from '@material-ui/icons/PhoneInTalk ' ;
1818import EmailIcon from '@material-ui/icons/Email' ;
1919
2020import axios from 'src/utils/axios' ;
@@ -124,7 +124,7 @@ function Process({ benefits, className, ...rest }) {
124124 >
125125 < CardContent >
126126 < Typography className = { classes . text } variant = "h3" >
127- Request a Consultation
127+ Request < span style = { { color : '#A60000' } } > a Consultation</ span >
128128 </ Typography >
129129
130130 < Typography style = { { paddingBottom : '16px' } } variant = "body1" >
@@ -226,19 +226,18 @@ function Process({ benefits, className, ...rest }) {
226226 height : '100%'
227227 } }
228228 >
229- < CardContent >
229+ < CardContent style = { { paddingBottom : '40px' } } >
230230 < Typography className = { classes . text } variant = "h3" >
231- Request a Consultation
232- </ Typography >
233-
234- < Typography variant = "body1" >
235- Setup a call with our counsellor and figure out what’s best for
236- you.
231+ For < span style = { { color : '#A60000' } } > Any Query</ span >
237232 </ Typography >
238233 </ CardContent >
239234
240235 < CardContent >
241- < Typography className = { classes . text } variant = "h4" >
236+ < Typography
237+ className = { classes . text }
238+ variant = "h4"
239+ style = { { paddingBottom : '20px' } }
240+ >
242241 Call Us
243242 </ Typography >
244243
@@ -271,7 +270,11 @@ function Process({ benefits, className, ...rest }) {
271270 </ CardContent >
272271
273272 < CardContent >
274- < Typography className = { classes . text } variant = "h4" >
273+ < Typography
274+ className = { classes . text }
275+ variant = "h4"
276+ style = { { paddingBottom : '20px' , paddingTop : '20px' } }
277+ >
275278 Email Us
276279 </ Typography >
277280
0 commit comments