.flex-icon{
    text-align: start;
}

@media  (max-width: 768px) {
    .flex-icon{
        text-align: center;
    }
}


.scrollbar-hidden::-webkit-scrollbar {
    display: none;
  }
  .scrollbar-hidden {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
