.section-about {
  padding: 120px 0;
  min-height: 100vh;
  background-color: #000;
  color: #fff;
}

.about-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-image img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 4px;
  opacity: 0.8;
}

.about-content h1 {
  font-size: 42px;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.about-content p {
  color: #a1a1a6;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
}

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

@media screen and (max-width: 767px) {
  .about-page .section-about {
    background-image: linear-gradient(#000000cc, #000000cc), url("../images/stone-768.b4ba0ebcfe5c.webp") !important;
    background-attachment: scroll !important;
  }
  .section-about {
    min-height: auto;
    padding: 52px 0 64px;
  }
  .about-wrapper {
    padding: 0;
    gap: 28px;
  }
  .about-image img {
    max-height: 58svh;
    border-radius: 12px;
  }
  .about-content h1 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: clamp(30px, 9vw, 38px);
    overflow-wrap: anywhere;
  }
  .about-content p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.75;
  }
}
