.carousel-card {
  border: solid 1px #316134 !important;
  margin: revert;
}

.card-container {
  width: 98% !important;
}

.carousel-cards-section {
  max-width: 100vw !important;
}

@media (min-width: 768px) {
  .carousel-cards-section {
    width: 83% !important;
  }
  .card-container {
    width: 100% !important;
  }
}

.carousel-container {
  width: 100%;
}