@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .d-xxl-none {
    display: none !important;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }

  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .d-xxxl-none {
    display: none !important;
  }
}

@media (min-width: 2400px) {
  .container {
    max-width: 2300px;
  }

  .col-xxxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .d-xxxxl-none {
    display: none !important; 
  }
}  










.card-header {
  text-transform: uppercase;
}

.content ul {
  padding-left: 10px;
  margin-bottom: 0px;
}

.select2-container--default .select2-selection--single {
  border: 0px;
}