.card-title {
  background-color: #4b4b4b !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  padding: 1rem 1.5rem !important;
  width: fit-content !important;
  color: white !important;
  border-top-left-radius: 2rem !important;
}

.card {
  /* margin-inline: 8rem !important; */
  width: fit-content !important;
  background-color: #f1f3f4 !important;
  border-top-right-radius: 2rem !important;
  border-top-left-radius: 2rem !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 0 !important;
}

.card .card-body {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  /* width: fit-content !important; */
}

.card-text {
  padding: 2rem !important;
}

.img-card {
  padding: 0.5rem 0 !important;
}

.card .card-body img.img-card {
  border-top-right-radius: 60px !important;
  border-top-left-radius: 60px !important;
}

/* .card img.line-card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
} */

.infoText {
  font-size: 16px !important;
}
.contInfo span {
  margin-bottom: 1rem !important;
}

.contInfo {
  display: flex;
  flex-direction: column;
}

span.infoTitles {
  /* font-family: "Futura Extra Black" !important; */
  font-weight: bold !important;
  color: black !important;
}

.thead-dark tr {
  background-color: #4b4b4b !important;
}

.thead-dark tr th {
  background-color: #4b4b4b !important;
  color: #fff !important;
}

a.btn.btn-orange:hover {
  background-color: #bd4d0d !important;
}
