@import url('../css/variable.css');

/* homecare section style start */
 .pageBannerSection{
    background-color: var(--tercery-color);
    padding: 40px 0px;
    position: relative;
 }

 .homecareBannerImg{
   position: absolute;
   right:10px;
   bottom: 0px;
   width: 130px;
 }
/* end homecare style  */