.card-options a {
    color: white !important;
}
.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list li {
    position: relative;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 80%px !important;
  }
}