/* ===========================================
   ZenOps - Quote Section Styles
   Source: Figma CSS Export (STRICT)
   =========================================== */

.quote {
  position: relative;
  width: 1512px;
  height: 377px;
}

/* Quote Text */
.quote__text {
  position: absolute;
  width: 979px;
  left: 81px;
  top: 7px;
  font-family: 'Clash Grotesk', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 92px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 0;
}

/* Gradient word */
.quote__text-accent {
  background: linear-gradient(90deg, #3BFF9A 0%, #A1F3FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Description */
.quote__description {
  position: absolute;
  width: 320px;
  left: 1112px;
  top: 236px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #A0B6D9;
  margin: 0;
}
