.img-circle {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  border: 5px solid #CAC9CB;
}

.text-center {
  margin: auto;
  text-align: center;
  height: 300px;
  position: relative;
}

.text-center p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 40%;
  right: -20%;
  transform: translate(-50%, -50%);
}

.schematic {
  position: absolute;
  width: 50%;
  max-width: 540px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
  padding: 0;
}

.jumbotron .lead {
  font-size: 1.2rem;
  margin-top: 2rem;
  text-align: justify;
  hyphens: auto;
}

.marketing .col-lg-3 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing .col-lg-6 {
  margin-bottom: 1.5rem;
  text-align: center;
}
