/* about-us.css */

.about-page {
  background: #ffffff;
  padding: 40px 0 60px;
}

.about-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 40px;
}

.about-title {
  font-size: 46px;
  font-weight: 300;
  color: #212529;
  margin-bottom: 35px;
}

.about-block {
  margin-bottom: 35px;
}

.about-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #212529;
  margin-bottom: 10px;
}

.about-text {
  font-size: 18px;
  line-height: 1.6;
  color: #212529;
  margin-bottom: 10px;
  max-width: 900px;
}

.about-list {
  padding-left: 40px;
  margin-top: 10px;
}

.about-list li {
  font-size: 18px;
  line-height: 1.6;
  color: #212529;
  margin-bottom: 8px;
  list-style-type: disc;
}
