.about-page {
  background: #fff6f0;
}

.about {
  width: 100%;
  min-height: 2187px;
  background: #fff6f0;
  padding: 110px 0 80px;
}

.about__container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 24px;
}

.about__title {
  margin: 0 0 56px;
  font-size: 72px;
  font-weight: 500;
font-size: 82px;
line-height: 95%;
color: #000;
}

.about-history {
  display: grid;
  grid-template-columns: 1fr 560px;
  gap: 72px;
  padding: 48px;
  border-radius: 48px;
  background: #fff;
}

.about-history__text h2 {
  margin: 0 0 36px;
  font-size: 40px;
  font-weight: 500;
}

.about-history__text p {
  max-width: 650px;
  margin: 0 0 36px;
  font-weight: 500;
font-size: 22px;
line-height: 130%;
color: #000;
}

.about-history__card {
  padding: 32px;
  border: 2px solid #0e7c6b;
  border-radius: 32px;
}

.about-history__card h3 {
  margin: 0 0 28px;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 500;
}

.about-history__card ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-history__card li {
  position: relative;
  padding-left: 28px;
  font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #000;
}

.about-history__card li::before {
  content: "✓";
  position: absolute;
  left: 0;
}

.about-persona {
  margin-top: 110px;
  max-width: 760px;
}

.about-persona h2 {
  margin: 0 0 40px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
}

.about-persona h2 span {
  color: #666;
}

.about-persona p {
  margin: 0;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin-top: 80px;
}

.about-value h3 {
    margin-top: 30px;
    font-weight: 500;
    font-size: 42px;
    line-height: 95%;
    color: #000;
}

.about-value p {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #000;
    margin-top: 30px;
}

.about-principle {
  margin-top: 170px;
}

.about-principle h2 {
  margin: 0 0 32px;
  max-width: 980px;
  font-size: 44px;
  line-height: 1.05;
  font-weight: 600;
}

.about-principle__buttons {
  display: flex;
  gap: 24px;
}

.about-btn {
  width: 360px;
  height: 72px;
  border: 2px solid #0e7c6b;
  border-radius: 999px;
  background: transparent;
  color: #0e7c6b;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.about-btn:hover {
  background: #0e7c6b;
  color: #fff;
}