.about-us-content--title {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: "balboa";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}
.about-us-content--main {
  display: flex;
  margin-bottom: 100px;
}
.about-us-content--main-left {
  width: 60%;
  color: #000;
  margin-right: 20%;
  font-family: "p22-underground";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}
.about-us-content--main-left::first-letter {
  font-style: normal;
  font-weight: 500;
  font-size: 55px;
  line-height: 66px;
  float: left;
}
.about-us-content--main-right {
  width: 40%;
  color: #000;
  font-family: "p22-underground";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}
