.elementor-widget-tdg-blog-hero-block .container {
  max-width: 1400px;
  margin: 0 auto;
}
.elementor-widget-tdg-blog-hero-block .blog-hero-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
}
.elementor-widget-tdg-blog-hero-block .blog-hero-slide-content-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.elementor-widget-tdg-blog-hero-block .blog-hero-slide-content {
  background: #646464;
  max-width: 50%;
  padding: 30px;
  color: white;
}
.elementor-widget-tdg-blog-hero-block h2.blog-hero-title {
  color: white;
  max-width: 80%;
}
.elementor-widget-tdg-blog-hero-block a.block-hero-link {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.elementor-widget-tdg-blog-hero-block a.block-hero-link svg {
  height: 13.2px;
  margin-left: 17px;
  margin-bottom: 5px;
  fill: white;
}
.elementor-widget-tdg-blog-hero-block a.block-hero-link:hover {
  text-decoration: underline;
}
.elementor-widget-tdg-blog-hero-block .hero-blog-date {
  text-transform: uppercase;
}
.elementor-widget-tdg-blog-hero-block .swiper {
  height: 70vh;
}
.elementor-widget-tdg-blog-hero-block .swiper .swiper-button-next, .elementor-widget-tdg-blog-hero-block .swiper .swiper-button-prev {
  background: none;
  color: white;
}
.elementor-widget-tdg-blog-hero-block .swiper .swiper-button-next:after, .elementor-widget-tdg-blog-hero-block .swiper .swiper-button-prev:after {
  color: white;
}
.elementor-widget-tdg-blog-hero-block .swiper .swiper-pagination .swiper-pagination-bullet {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  opacity: 0.5;
  background: white;
  height: 10px;
  width: 10px;
  margin: 0 20px;
}
.elementor-widget-tdg-blog-hero-block .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
