.qa-page-wrapper {
  padding-top: 40px;
}

.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  position: relative;
}

.section-title::after {
  content: '';
  width: 60px;
  height: 3px;
  background-color: #EE1D23;
  display: block;
  margin: 8px auto 0;
}

.values-grid, .researches-grid, .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.value-item, .research-item, .team-member {
  background: #f5f5f5;
  padding: 16px;
  border-radius: 12px;
  text-align: center;
}

.team-member img {
  width: 100%;
  max-width: 180px;
  border-radius: 50%;
  margin-bottom: 12px;
}

.contacts {
  text-align: center;
  font-size: 16px;
}
