.boa-icons-list {
  overflow-x: scroll;
  direction: rtl;
  display: flex;
  gap: 2rem;
}
.boa-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.boa-icon .block__icon__text {
  font-size: 12px;
}
.icon-text {
  text-align: center;
  width: 10ch;
  padding-top: 5px;
}
