.about-container {
  margin-top: 2rem;
  border-top: 1px solid rgb(201, 110, 26);
  width: 100vw;
  height: auto; /* Adjust height to auto for mobile */
  display: flex;
  flex-direction: column; /* Stack children vertically */
  align-items: center;
}

.left-side,
.right-side {
  width: 100%; /* Full width for mobile */
  color: white;
  flex-direction: column; /* Ensure content stacks vertically */
  justify-content: center; /* Center content vertically */
  align-items: center; /* Center content horizontally */
}

.left-side h1 {
  font-size: 2.5rem;
  letter-spacing: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.left-side p,
.right-side p,
.left-side label,
.right-side label {
  color: #e4e4e4;
  letter-spacing: 2px;
}

.container {
  padding: 2rem;
}
