.blog-slider-bg {
  background-image: url(../../images/blog-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  display: block;
  align-items: center;
  justify-content: center;
}

.blog-slider-control img {
  display: block;
  height: auto;
  width: 100%;
}

.blog-slider-item {
  background: white;
  border: 0;
  border-radius: 0;
  padding: 0;
  height: 420px;
  margin: 48px 10px;
  position: relative;
}
.blog-slider-item:hover {
  border: 0;
}
.blog-slider-item h3,
.blog-slider-item p,
.blog-slider-item span {
  padding-left: 25px;
  padding-right: 25px;
  margin: 0;
}
.blog-slider-item h3 {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.blog-slider-item p,
.blog-slider-item span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}
.blog-slider-item .date {
  color: #666666;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 25px;
}

.view-header {
  text-align: center;
  font-size: 46px;
  line-height: 60px;
  font-weight: 400;
  color: #fff !important;
}
.view-header h2 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 40px;
}
.view-header h2 a {
  color: #fff;
}

.splide__pagination__page {
  height: 15px;
  width: 15px;
  background-color: white;
  opacity: 0.5;
  margin: 2px;
  border: 1px solid white;
}

.splide__pagination__page.is-active {
  background-color: white;
  opacity: 1;
  transform: none;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}

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