:root{
  --primary-color: #93c33e;
  --primary-color-rgb: 234, 166, 54;
}
.text-green{
  color:#93c33e !important;
}