body {
  background-color: #e8e8e8;
}

main {
  padding: 60px 100px;
}

.about-header {
  font-size: 48px;
  font-weight: normal;
  color: #1a1a1a;
  margin-bottom: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.about-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.about-content {
  flex: 1;
  max-width: 700px;
  background-color: white;
  padding: 40px;
  border-left: 4px dotted #0d7a7a;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.about-text {
  font-size: 18px;
  line-height: 1.8;
  color: #1a1a1a;
  margin-bottom: 25px;
  text-align: justify;
}

.about-text:last-child {
  margin-bottom: 0;
}

.about-image {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-image img {
  width: 400px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
