.about-header {
  background: #fffaf3;
  padding:100px 0 68px 0px;
}
.about-header .inner-content {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.about-header .inner-content .left-content {
  width: 45%;
  padding: 0 35px 0 0;
}
.about-header .inner-content .right-content {
  width: 55%;
}
.about-header .inner-content .left-content h1 {
  color: #000;
  margin: 0;
  padding: 0;
  font-family: Lexend;
  font-size: 66px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -0.04em;
  text-align: left;
}
.about-header .inner-content .right-content p {
  padding: 0;
  margin: 0 0 20px;
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  text-align: left;
}
.about-header .inner-content .right-content p:last-child{
  margin: 0;
}
