/* ================= ABOUT OVERVIEW ================= */

.about-overview {
  padding: 100px 60px;
  background: #ffffff;
}

.about-overview-container {
  max-width: 900px;
  margin: 0 auto;
}

/* HEADING */
.about-overview-container h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 24px;
}

/* TEXT */
.about-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 16px;
}

/* ================= MOBILE ================= */

@media (max-width: 900px) {

  .about-overview {
    padding: 70px 24px;
  }

  .about-overview-container h2 {
    font-size: 28px;
  }

  .about-text p {
    line-height: 1.7;
  }
}
