@@ -14,7 +14,7 @@ import {
14
14
import CircularProgress from '@material-ui/core/CircularProgress' ;
15
15
import { ValidatorForm , TextValidator } from 'react-material-ui-form-validator' ;
16
16
import { useSnackbar } from 'notistack' ;
17
- import PhoneIcon from '@material-ui/icons/Phone ' ;
17
+ import PhoneIcon from '@material-ui/icons/PhoneInTalk ' ;
18
18
import EmailIcon from '@material-ui/icons/Email' ;
19
19
20
20
import axios from 'src/utils/axios' ;
@@ -124,7 +124,7 @@ function Process({ benefits, className, ...rest }) {
124
124
>
125
125
< CardContent >
126
126
< Typography className = { classes . text } variant = "h3" >
127
- Request a Consultation
127
+ Request < span style = { { color : '#A60000' } } > a Consultation</ span >
128
128
</ Typography >
129
129
130
130
< Typography style = { { paddingBottom : '16px' } } variant = "body1" >
@@ -226,19 +226,18 @@ function Process({ benefits, className, ...rest }) {
226
226
height : '100%'
227
227
} }
228
228
>
229
- < CardContent >
229
+ < CardContent style = { { paddingBottom : '40px' } } >
230
230
< 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 >
237
232
</ Typography >
238
233
</ CardContent >
239
234
240
235
< CardContent >
241
- < Typography className = { classes . text } variant = "h4" >
236
+ < Typography
237
+ className = { classes . text }
238
+ variant = "h4"
239
+ style = { { paddingBottom : '20px' } }
240
+ >
242
241
Call Us
243
242
</ Typography >
244
243
@@ -271,7 +270,11 @@ function Process({ benefits, className, ...rest }) {
271
270
</ CardContent >
272
271
273
272
< CardContent >
274
- < Typography className = { classes . text } variant = "h4" >
273
+ < Typography
274
+ className = { classes . text }
275
+ variant = "h4"
276
+ style = { { paddingBottom : '20px' , paddingTop : '20px' } }
277
+ >
275
278
Email Us
276
279
</ Typography >
277
280
0 commit comments