ol.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 8px;
}
.background-line {
  background-image: url(../img/background-line.png);
  background-size:100% 100%;
  height: 600px;
  padding: 80px 0;
}

.background-light {
  background-image: url(../img/background-light.jpg);
  background-size:100% 100%;
  height: 800px;
  width: 100%;
}
.sub-title {
  color: #f59a23;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.header-content {
  bottom: 20%;
  left: 30%;
}
.header-sub-title {
  color: #4FE086;
}
.header-text {
  color: #00375e;
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}
.description {
  color:rgba(51, 51, 51, 0.65);
  font-size: 16px;
  font-weight: 400;
}


.card-style {
  width: 12rem;
  border-radius: 12px;
  overflow: hidden;
  border: none;
}

