.blog-articles {
  display: flex;
}

.blog-articles .card-wrapper {
  width: 100%;
}


.section-wrapper:has(.main-blog.thin-spacing_desktop) .featured-blog-carousel {
  margin-bottom: var(--spacing_thin);
}
.section-wrapper:has(.main-blog.narrow-spacing_desktop) .featured-blog-carousel {
  margin-bottom: var(--spacing_narrow);
}
.section-wrapper:has(.main-blog.standard-spacing_desktop) .featured-blog-carousel {
  margin-bottom: var(--spacing_standard);
}
.section-wrapper:has(.main-blog.wide-spacing_desktop) .featured-blog-carousel {
  margin-bottom: var(--spacing_wide);
}
.section-wrapper:has(.main-blog.wide-x2-spacing_desktop) .featured-blog-carousel {
  margin-bottom: var(--spacing_wide_x2);
}