
.card,{
margin-left: 4% !important;
margin-right: 4% !important ;
--bs-card-spacer-y: 1% !important;
--bs-card-spacer-x: 1% !important;
}

.carousel {
  width: auto;
  height: auto;
  -webkit-box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
   filter: shadow(color=#999999, direction=135, strength=2);


}
.carousel__item {
  width: 100%;
  height: auto;
  border-radius:10px;
  margin-left: 15px; 
  margin-right: 15px; 
}

.progress {
  margin-top: 50px;
  width: 50%;
  height: 20px;
  background: #f5f5f5;
  margin: auto;
}
.progress__complete {
  width: 0;
  height: 10px;
  background: tomato;
  transition: width 400ms linear;
}


.esp {
 padding-right: 2% !important;
 padding-left: 2% !important;

}


.esp1 {
 padding-right: 1% !important;
 padding-left: 1% !important;


}
.esp2 {
 padding-right: 3% !important;
 padding-left: 3% !important;


}

.btn-success {
  color: #000 !important;
  background-color: #37BC9B;
  border-color: #37BC9B;
}