/* Label */

.fts-label p {
  color: #101820 !important;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 1.0125rem !important;
  letter-spacing: 0.095em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 4px;
}

@media (max-width: 991px) {
  .fts-label p {
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 768px) {
  .fts-label p {
    font-size: 0.875rem !important;
  }
}