.tab-btn:hover, .tab-btn:focus {
  background-color: #61ce70 !important;
  color: white !important;
}

h5 {
  font-weight: 900 !important;
}

.card-body-li {
  font-size: 1.1rem !important;
}

.carousel-wrapper {
  max-width: 1200px;
}

@media (max-width: 699px) {
  .carousel-wrapper {
    max-width: 350px;
  }
}
@media (min-width: 700px) and (max-width: 1329px) {
  .carousel-wrapper {
    max-width: 700px;
  }
}
.btn-outline-card {
  background-color: white !important;
  color: #0A65C2 !important;
}

.btn-outline-card:hover {
  background-color: #0A65C2 !important;
  color: white !important;
}

.centered-card .card-header {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
  background-color: #0b65c3 !important;
}

.centered-card .card-header h5, .centered-card .card-header div {
  color: white !important;
}

.nav-item .active {
  background-color: #61ce70 !important;
}

/*# sourceMappingURL=styles.css.map */
