.it-hero-wrapper {
  .it-hero-text-wrapper {
    padding-left: 0;
    @media (min-width: 992px) {
      padding-left: 0;
    }
    @media (min-width: 768px) {
      padding-left: 0;
    }

    p {
      font-family: "Titillium Web", sans-serif !important;
    }
  }
}

.carousel {
  .carousel-indicators {
    button {
      background: #C4C4C4;
      width: 8px;
      height: 8px;
      margin-left: 8px;
      margin-right: 8px;
      border-radius: 100%;
      border-top: 0 none;
      border-bottom: 0 none;

      .active {
        background: #474747;
      }
    }
  }
}