.manager-preview {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.audience-section {
  background: #f4f6f5;
  max-width: none;
  padding-left: max(42px, calc((100vw - 1356px) / 2));
  padding-right: max(42px, calc((100vw - 1356px) / 2));
}

.section-heading {
  max-width: 790px;
}

.section-heading > p {
  max-width: 670px;
  color: #68717d;
  font-size: 17px;
  line-height: 1.7;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.audience-grid article {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #dfe4e2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(24, 40, 32, .05);
}

.audience-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  background: #e5f2e8;
  color: #0b5927;
  font-size: 21px;
}

.audience-grid h3 {
  margin: 22px 0 8px;
  font-size: 20px;
}

.audience-grid p {
  color: #68717d;
  font-size: 14px;
  line-height: 1.6;
}

.audience-grid a {
  margin-top: auto;
  color: #0b5927;
  font-size: 13px;
  font-weight: 800;
}

.founder-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 28px;
}

.founder-facts span {
  padding: 9px 12px;
  border-radius: 999px;
  background: #edf5ef;
  color: #0b5927;
  font-size: 12px;
  font-weight: 750;
}

@media (max-width: 1050px) {
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .manager-preview { aspect-ratio: auto; }
  .audience-section { padding-left: 20px; padding-right: 20px; }
  .audience-grid { grid-template-columns: 1fr; }
}
