.mmcspecs-features-inline{
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;

  font-family: yekanbakh !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 32px !important;
  text-align: right !important;
}

.mmcspecs-feature-item{
  display: inline-flex !important;
  align-items: center !important;

  font-family: yekanbakh !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 32px !important;

  color: inherit !important;
  text-decoration: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.mmcspecs-feature-item:hover,
.mmcspecs-feature-item:active,
.mmcspecs-feature-item:focus,
.mmcspecs-feature-item:focus-visible{
  color: inherit !important;
  text-decoration: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.mmcspecs-feature-dot{
  width: 3px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: #F0F0F0 !important;
  margin: 0 7px !important;
  display: inline-block !important;
  flex: 0 0 3px !important;
}