/* ================= Global Utilities ================= */
.container {
  max-width: 1000px;
  /* max-width: 1280px; */
  margin: 0 auto;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-family: "Inria Serif", serif;
  font-size: 32px;
  font-size: 36px;
  text-align: center;
  margin-bottom: 24px;
  color: #1d262b;
  letter-spacing: -0.02em;
  font-style: normal;
  font-weight: bold;
}

.sub-title {
  font-family: "Inria Serif", serif;
  font-weight: 600;
  font-size: 22px;
  margin: 40px 0 16px;
  color: #1d262b;
}

.section-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #686868;
  padding-bottom: 40px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.02em;
  text-align: center;
  opacity: 0.7 !important;
}

.noMar {
  margin-bottom: none;
}

/* ================= About Section ================= */
.about-section {
  background: #ffffff;
  padding: 120px 0;
  text-align: center;
}
