.card {
  border: none;
  border-radius: 10px;
  background-color: white;
}
.text {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: rgb(3, 45, 72);
}

.btn-card {
  background-color: transparent;
  border-color: rgb(3, 45, 72);
  color: rgb(3, 45, 72);
}

.title-card {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0;
  color: #052c3f;
  text-align: center;
}
