.home-advice .card{background:var(--white);border-radius:10px;padding:60px 30px 80px}@media screen and (max-width:400px){.home-advice .card{padding:50px 25px 60px}}.home-advice .card .inner{max-width:630px;margin:auto}.home-advice .card .inner .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.home-advice .card .inner .top .infos{position:relative}.home-advice .card .inner .top .infos:before{content:"t";font-family:easyfichier!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:11px;color:var(--main);position:absolute;right:-50px;bottom:35px}@media screen and (max-width:400px){.home-advice .card .inner .top .infos:before{right:-35px}}.home-advice .card .inner .top .infos:after{content:"t";font-family:easyfichier!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:11px;color:var(--main);position:absolute;right:-25px;bottom:10px}@media screen and (max-width:400px){.home-advice .card .inner .top .infos:after{right:-10px}}.home-advice .card .inner .top .infos .title{font-size:18px;line-height:26px;font-weight:600;margin-bottom:15px}.home-advice .card .inner .top .infos .phone{font-size:30px;line-height:36px;font-weight:600;color:var(--main)}@media screen and (max-width:400px){.home-advice .card .inner .top .infos .phone{font-size:26px}}.home-advice .card .inner .top .infos .phone-text{font-size:12px;letter-spacing:.5px;color:var(--grey);text-transform:uppercase}.home-advice .card .inner .top .photo{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px;position:relative}@media screen and (max-width:600px){.home-advice .card .inner .top .photo{display:none}}.home-advice .card .inner .top .photo:after{content:"";display:block;width:18px;height:18px;border-radius:100%;border:4px solid var(--white);background:var(--green);position:absolute;top:5px;right:0}.home-advice .card .inner .top .photo .inner{width:90px;height:90px;border-radius:100%;position:relative;overflow:hidden}.home-advice .card .inner .top .photo .inner img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-advice .card .inner .text{color:var(--text-light)}