/* your styles go here */
.green-text {
  color: #1cb36e;
  background-color: transparent;
}

.categories-sticky {
    -webkit-position: sticky;
    position: sticky;
    z-index: 2;
    top:0
}




         

