.glyphicon.glyphicon-chevron-left {
  right: 0;
  margin-left: auto;
}

.glyphicon.glyphicon-chevron-right {
  left: 0;
  margin-right: auto;
}

#carousel-example-generic .carousel-control.left,
#carousel-example-generic .carousel-control.right {
  background: transparent;
  width: 10%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  color: #fff;
  background: none;
  border: 0.1em solid #fff;
  border-radius: 1em;
  padding: 0.05em;
  height: 1.4em;
  width: 1.4em;
  font-size: 43px;
}

#carousel-example-generic .carousel-caption {
  position: static;
  text-align: left;
}

#carousel-example-generic .carousel-caption>h2 {
  font-size: 40px;
  margin-bottom: 40px;
}

#carousel-example-generic .carousel-caption>h1 {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 60px;
}

#carousel-example-generic .carousel-caption>p {
  font-size: 30px;
  background: linear-gradient(90deg, #008FFF 0%, #004ACC 100%);
  border-radius: 30px;
  display: inline-block;
  padding: 9px 40px;
}

#carousel-example-generic .carousel-caption a {
  color: #FFFFFF;
}

#carousel-example-generic .carousel-caption a:hover {
  color: #EDA643;
  text-decoration: none;
}