.headerSection{
  width:100%;
}
.treeNameWrapper{
  min-width:200px;
  width:80%;
  margin:0 auto 20px auto;
  text-align:center;
  border-bottom:solid 2px #000;
}
.mainSection{
  width:100%;
}
.iconWrapper{
  height:auto;
  width:20%;
  vertical-align:top;
  /*background-color:#000;*/
  display:inline-block;
}
.iconImage{
  max-width:100px;
  width:100%;
  border-radius:50%;
  background-color:#FFF;
}
.bubbleWrapper{
  width:80%;
  padding-top:40px;
  /*background-color:rgba(0, 0, 0, 0.5);*/
  display:inline-block;
}
.bubble{
  position:relative;
  display:inline-block;
  max-width:192px;
  margin:8px 0 0;
  padding:9px 14px;
  border-radius:19px;
  overflow-wrap:break-word;
  clear:both;
  box-sizing:content-box;
  margin-left:14px;
  background-color:#79E278;
  display:block;
}
.bubble:nth-child(1)::after {
  position:absolute;
  content:"";
  width:24px;
  height:36px;
  top:-21px;
  left:-10px;
  border-radius:18px 0 6px 18px/18px 0 1px 18px;
  box-shadow:-3px -15px 0 -5px #79E278 inset;
}

.footerSection{
  width:100%;
  text-align:center;
}
.nextMaintenanceWrapper{
  min-width:200px;
  width:80%;
  margin:0 auto;
  text-align:center;
  border-top:solid 2px #000;
}
.LineWrapper{

}
.LineWrapper .lineImage{
  width:100px;
  margin:20px 0;
}
