/* ==============================
   About Section
============================== */
.about-section {
  max-width: 100%;
  padding: 100px 0;
  border-bottom: 3px solid silver;
  overflow-x: hidden; /* Prevents any accidental horizontal scrolling */
}

.about {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  align-items: start;
}

.about-content h4 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #26729e;
}

.about-content p {
  line-height: 1.6;
  word-wrap: break-word; /* Prevents long words from causing overflow */
}
