.blog-slider--section {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0;
  background: var(--background-color);
  color: var(--text-color);
}
.blog-slider--section .blog-slider--header {
  max-width: var(--max-width);
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 0 25px;
}
.blog-slider--section .blog-slider--slider {
  position: relative;
  max-width: var(--max-width);
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 0 25px;
}
.blog-slider--section .blog-slider--slider .swiper {
  position: relative;
  margin-left: -20px; /* Negative margin equal to the padding */
  width: calc(100% + 40px); /* Extend width to cover the overflow */
  overflow: visible;
}

/*# sourceMappingURL=blog-slider.css.map */
