/* =============================================
   GUIDES INDEX — TABLET OVERRIDES (min-width: 768px)
   ============================================= */

.promo_bar .wrap {
  margin: 0 40px;
}
.promo_bar p {
  font-size: 0.875rem;
}

.guides_hero {
  padding: 80px 0;
}
.guides_hero .wrap {
  margin: 0 40px;
}
.guides_hero .wrap h1 {
  font-size: 2.5rem;
}
.guides_hero .wrap p {
  font-size: 1.125rem;
  max-width: 560px;
}

.guides_featured {
  margin: 60px 0 0 0;
}
.guides_featured .wrap {
  margin: 0 40px;
}
.guides_featured .featured_card {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.guides_featured .featured_card .featured_card_canvas {
  -webkit-flex: 0 0 40%;
  flex: 0 0 40%;
  height: auto;
  min-height: 260px;
}
.guides_featured .featured_card .featured_card_content {
  -webkit-flex: 1;
  flex: 1;
  padding: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.guides_featured .featured_card .featured_card_content h2 {
  font-size: 1.625rem;
}
.guides_featured .featured_card .featured_card_content p {
  font-size: 1rem;
}

.guides_grid_section {
  margin: 70px 0 0 0;
}
.guides_grid_section .wrap {
  margin: 0 40px;
}
.guides_grid_section .wrap > header h2 {
  font-size: 1.75rem;
}
.guides_grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.guides_grid .guide_card {
  -webkit-flex: 0 0 calc(50% - 8px);
  flex: 0 0 calc(50% - 8px);
  padding: 32px;
}
.guides_grid .guide_card + .guide_card {
  margin: 0;
}
.guides_grid .guide_card h3 {
  font-size: 1.25rem;
}
