.wrapper{
  width: 99%;
}
.carousel{
  max-width: 900px;
  margin: auto;
  padding: 0 5px;
}
.carousel .card{
  color: #fff;
  text-align: center;
  margin: 10px 0;
  line-height: 100px;
  font-size: 15px;
  font-weight: 10;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
}
.carousel .card-1{
  background: #FFA500;
}
.carousel .card-2{
  background: #0072bc;
}
.carousel .card-3{
  background: #39b54a;
}
.carousel .card-4{
  background: #f26522;
}
.carousel .card-5{
  background: #630460;
}
.owl-dots{
  text-align: center;
  margin-top: 40px;
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}