.container-header {
  background-color: #CF0304;
  background-image: none !important;
  box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
  position: relative;
  z-index: 10;
}

.card {
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: none;
  border-radius: .25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}