.fill-primary {
  fill: rgb(124, 189, 96) !important;
  transition: fill .8s ease;
}
.fill-line {
  fill: rgb(41, 41, 41) !important;
  transition: fill .8s ease;
}
.stroke-primary {
  stroke: rgb(124, 189, 96) !important;
  transition: stroke .8s ease;
}
.stroke-line {
  stroke: rgb(41, 41, 41) !important;
  transition: stroke .8s ease;
}
