/* CSS Document */

.ma-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px; /* Adjust the gap between tags */
  margin-bottom: 10px;
  margin-top: 10px;
}
.why-us .accordion-list .ma-tag, .ma-tag {
  display: inline-block;
  font-size: smaller;
  font-weight: normal;
  padding: 5px 10px;
  border-radius: 10px;
  color: white;
  margin: 1px;
  background-color: darkgreen;
}