/* =============================================
   INDUSTRIES — TABLET STYLES (768px+)
   ============================================= */

.industry_hero {
  padding: 100px 0;
}
.industry_hero .wrap {
  margin: 0 40px;
}
.industry_hero .wrap h1 {
  font-size: 3rem;
  line-height: 1.05;
  margin: 0 0 20px 0;
}
.industry_hero .wrap p {
  font-size: 1.25rem;
  max-width: 540px;
}

.industry_section {
  margin: 70px 0 0 0;
}
.industry_section + .industry_section {
  margin: 60px 0 0 0;
  padding: 60px 0 0 0;
}
.industry_section .wrap {
  margin: 0 40px;
}

.industry_section_header {
  margin: 0 0 30px 0;
}
.industry_section_header h3 {
  font-size: 0.8125rem;
}

.industry_section_grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.industry_card.industry_card_featured {
  grid-column: 1 / -1;
}

.industry_card_header {
  padding: 28px;
}
.industry_card_header h2 {
  font-size: 1.375rem;
}

.industry_card_body {
  padding: 28px;
}
.industry_card_body p {
  font-size: 1rem;
}
.industry_card_body ul li {
  font-size: 1rem;
}

/* Homepage Industry Preview */
.industry_preview {
  margin: 80px 0 0 0;
  padding: 80px 0;
}
.industry_preview .wrap {
  margin: 0 40px;
}
.industry_preview .wrap > header {
  margin: 0 0 35px 0;
}
.industry_preview .wrap > header h2 {
  font-size: 1.75rem;
}
.industry_preview .wrap > header p {
  font-size: 1.0625rem;
}

.industry_preview_grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
