body {
  background: #016295 url(../_img/visa-bg.jpg);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  color: #404040;
  line-height: 150%;
}

a {
  color: #c7161d;
}
a:hover {
  color: #a4080d;
}

ul {
  margin-bottom: 0rem;
}

.header h2 {
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}

.main {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.205);
  padding: 3rem;
}

.nav-link {
  background-color: #ebebeb;
  color: #585858;
  border-radius: 8px;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  color: #c7161d;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #c7161d;
  color: white;
}

.table thead th {
  font-weight: 600;
  text-align: center;
  color: white;
  background-color: #c7161d;
  padding: 0.3rem 0.5rem;
}
.table tbody th,
.table tbody td {
  padding: 1rem;
  vertical-align: middle;
  border: 1px solid #dee2e6;
}
.table tbody th {
  font-weight: 600;
  text-align: center;
  color: rgb(52, 52, 52);
  width: 8rem;
  background-color: #fff0f1;
}

@media (max-width: 991px) {
  .main {
    padding: 2rem;
  }
  .table {
    min-width: 100%;
  }
  .table thead {
    display: none;
  }
  .table tbody th,
  .table tbody td {
    text-align: left;
    overflow: hidden;
    width: 100%;
    display: block;
    padding: 0.4rem 0.75rem;
  }
  .table tbody td {
    padding: 0.4rem 0.75rem 0.1rem;
  }
  .table tbody td:last-child {
    padding: 0.4rem 0.75rem;
  }
  .table tbody td[data-title]:before {
    content: attr(data-title) ":";
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .main {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 576px) {
  .main {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 425px) {
  .main {
    padding: 1.5rem 0.5rem;
  }
}/*# sourceMappingURL=visa.css.map */