.blog-hero-component {
  padding: 30px 0 30px;
  position: relative;
}

@media (min-width: 992px) {
  .blog-hero-component .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-hero-component .blog-hero-left img {
  max-width: 100%;
  width: 100%;
  display: block;
}

@media (min-width: 1200px) {
  .blog-hero-component .blog-hero-left img {
    height: 411px;
    object-fit: cover;
  }
}

.blog-hero-component .blog-hero-right {
  margin-top: 15px;
  -webkit-align-self: center;
  align-self: center;
}

@media (min-width: 768px) {
  .blog-hero-component .blog-hero-right {
    margin-top: 0px;
  }
}

.blog-hero-component .blog-hero-right p {
  font-weight: 600;
}

.blog-hero-component .carousel-fade .active.carousel-item-left,
.blog-hero-component .carousel-fade .active.carousel-item-right {
  transition: opacity .5s ease-out, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity .5s ease-out;
  transition: transform 2s ease, opacity .5s ease-out, -webkit-transform 2s ease;
}

.blog-hero-component ul.carousel-inner {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-hero-component .carousel-indicators {
  position: static;
  margin: 20px 4px 0;
}

.blog-hero-component .carousel-indicators li {
  text-indent: unset;
  width: 18px;
  height: 18px;
  margin: 0 4px;
  border: 0;
}

.blog-hero-component .carousel-indicators li i::before {
  font-size: 18px;
  color: #5C6F9E;
}

.blog-hero-component .carousel-indicators li.active i::before {
  content: "\f192";
}
