.about .hero-wrap {
  height: 600px;
  padding: 100px 0;
  background: no-repeat center/cover;
  background-image: url("../images/about-hero.png");
}

.about .hero-wrap .hero-inner {
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: end;
}

.about .hero-wrap .hero-inner h3 {
  font-size: 20px;
  line-height: 120%;
  color: white;
  font-weight: 500;
}

.about .hero-wrap .hero-inner h1 {
  font-size: 54px;
  font-family: "Montserrat";
  font-weight: 700;
  color: white;
  line-height: 120%;
}

.about .hero-wrap .hero-inner p {
  font-size: 18px;
  line-height: 160%;
  color: white;
}