.bg-blue {
  background: #5170ff;
}

.color-blue {
  color: #5170ff;
}

.light {
  color: #fff;
}

.dark {
  color: #161d24;
}

.featured {
  text-align: center;
  border: solid 1px #5170ff;
  padding: 1rem;
  height: 100%;
  border-radius: 16px;
}

.modal-content {
  height: auto;
  min-width: fit-content;
  border-radius: 0;
}

@media (min-width: 992px) {
  .w-sm-380 {
    width: 380px;
  }
}
