11@import url (' https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;300;400;500;60;7000&display=swap' );
22.home-wrapper {
3- @include d-center ;
3+ @include d-x- center ;
44 flex-direction : column ;
55 background-color : $bg-color ;
66}
185185
186186
187187.layout-page-content > :nth-child (2 ){
188- flex : initial ;
188+ flex : initial !important ;
189189}
190190
191191.ant-card {
194194
195195.banner {
196196 background-color : #ececec ;
197+ min-height : calc (100vh - 230px );
198+ display : flex ;
199+ align-items : center ;
197200}
198201
199202img {
@@ -265,14 +268,16 @@ img{
265268 background : url (' assets/images/helps-bg.jpg' ) no-repeat center center fixed ;
266269 background-size : cover ;
267270 // height: 200px;
268-
271+ padding : 60px 0 ;
272+ h3 {
273+ margin-bottom : 50px ;
274+ }
269275 .card-inner {
270276 text-align : center ;
271277 .img-wrap {
272278 svg {
273279 font-size : 50px ;
274- color : #3875e3 ;
275- margin-bottom : 40px ;
280+ margin-bottom : 20px ;
276281 }
277282 }
278283 h4 {
@@ -290,19 +295,23 @@ img{
290295 .ant-card {
291296 background-color : rgb (244 , 246 , 248 );
292297 padding : 25px ;
298+ box-shadow : rgba (145 , 158 , 171 , 0.40 ) -6px 7px 20px 0px ;
299+ margin-bottom : 40px ;
300+ .img-wrap {
301+ svg {
302+ color : $primary ;
303+ }
304+ }
305+ min-height : 350px ;
293306 }
294307 .card-one {
295308
296- margin-top : -40px ;
309+ // margin-top: -40px;
297310 }
298311 .card-two {
299312 background-color : rgb (255 , 255 , 255 );
300313 box-shadow : rgba (145 , 158 , 171 , 0.40 ) -6px 7px 20px 0px ;
301- .img-wrap {
302- svg {
303- color : $primary ;
304- }
305- }
314+
306315 }
307316 .card-three {
308317 margin-top : 80px ;
325334 margin : 40px 0 ;
326335 width : 100% ;
327336 .ant-card {
328- padding : 20px 40px ;
337+ padding : 20px 40px 60 px ;
329338 width : 100% ;
330339 cursor : pointer ;
331340 // background-color: transparent;
@@ -336,39 +345,39 @@ img{
336345 box-shadow : 0px 8px 45px rgba (210 , 210 , 215 , 0.9 );
337346 & :hover {
338347 .designation {
339- opacity : 1 ;
348+ // opacity: 1;
340349 }
341350 }
342351 }
352+ .ant-card-body {
353+ padding : 20px 0 5px ;
354+ }
343355 .card-inner {
344356 display : flex ;
345357 align-items : center ;
346358 justify-content : center ;
347359 flex-direction : column ;
348- .img-wrap {
349- height : 100px ;
350- width : 100px ;
351- background : #ffffff ;
352- border-radius : 8px ;
353- display : flex ;
354- align-items : center ;
355- justify-content : center ;
360+ h4 {
361+ font-size : 22px ;
362+ font-weight : 600 ;
363+ text-align : center ;
356364 }
357365 .designation {
358366 position : absolute ;
359367 bottom : 0 ;
360- opacity : 0 ;
361- padding-bottom : 20 px ;
368+ opacity : 1 ;
369+ padding-bottom : 25 px ;
362370 transition : all ease .5s ;
371+ @include d-y-center ;
363372 .icon {
364373 cursor : pointer ;
365374 svg {
366- font-size : 20px ;
375+ margin-right : 10px ;
376+ font-size : 23px ;
367377 color : #000000 ;
368378 }
369379 }
370380 .linked {
371- margin-left : 10px ;
372381 svg {
373382 color : #0084be ;
374383 }
0 commit comments