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

.approche {
  position: relative;
  width: 1512px;
  height: 582px;
}

/* Header */
.approche__header {
  position: absolute;
  width: 664px;
  height: 217px;
  left: 81px;
  top: 35px;
}

.approche__kicker {
  position: absolute;
  width: 633px;
  left: 0px;
  top: 0px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #3BFF9A;
  margin: 0;
}

.approche__title {
  position: absolute;
  width: 664px;
  left: 0px;
  top: 53px;
  font-family: 'Clash Grotesk', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 0;
}

/* Cards Container */
.approche__cards {
  position: absolute;
  width: 1352px;
  height: 216px;
  left: 81px;
  top: 371px;
}

/* Card */
.approche__card {
  position: absolute;
  width: 435px;
  height: 216px;
}

.approche__card:nth-child(1) {
  left: 0px;
  top: 0px;
}

.approche__card:nth-child(2) {
  left: 458px;
  top: 0px;
}

.approche__card:nth-child(3) {
  left: 917px;
  top: 0px;
}

/* Card Line */
.approche__card-line {
  position: absolute;
  width: 1px;
  height: 151px;
  left: 0px;
  top: 0px;
  background: rgba(160, 182, 217, 0.3);
}

/* Card Title */
.approche__card-title {
  position: absolute;
  width: 345px;
  left: 45px;
  top: 0px;
  font-family: 'Clash Grotesk', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #A1F3FF;
  margin: 0;
}

/* Card Text */
.approche__card-text {
  position: absolute;
  width: 345px;
  left: 45px;
  top: 38px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #A0B6D9;
  margin: 0;
}
