@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;800;900&display=swap");

.section-title {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(12px, 1.5vw, 20px) !important;
  width: 100% !important;
  margin: 0 0 clamp(20px, 3vw, 34px) !important;
  color: #fff !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(2rem, 4.5vw, 4rem) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: .025em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.section-title > span {
  min-width: 0 !important;
  white-space: nowrap !important;
}

.section-title i,
.section-title .section-title-icon {
  flex: 0 0 auto !important;
  width: 1.08em !important;
  color: #fff !important;
  font-size: .88em !important;
  line-height: 1 !important;
  text-align: center !important;
}

.section-title .section-title-icon {
  height: 1.08em !important;
  object-fit: contain !important;
}

@media (max-width: 600px) {
  .section-title {
    gap: 8px !important;
    margin-bottom: 20px !important;
    font-size: clamp(.95rem, 4.6vw, 2.5rem) !important;
    line-height: 1.1 !important;
  }
}
