div.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 10px;
  padding-bottom: 100px;
  margin-bottom: 0;
  border-radius: 0px !important;
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #fff;
}

p.hero-subtitle {
  max-width: 600px;
  margin: 10px auto;
  font-size: 19px;
  font-weight: 200;
  letter-spacing: -1px;
}

.vl {
  border-left: 2px solid #f10044;
  height: 175px;
  position: inherit;
  left: 50%;
  margin-left: -1px;
  top: 0;
  margin-bottom: 50px;
  margin-top: 20px;
  display: flex;
  max-width: 50px;
}

@media (max-width: 991px) {
  .text-right .4 {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .text-right.4 {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .text-left {
    text-align: center;
  }
}

.row.info {
}

@media (max-width: 991px) {
  .row.info {
    text-align: center;
  }
}

.col-md-4 {
  min-height: 40px;
}

