:root {
  --color-primary: #004aad;
  --color-primary--light: #0283e6;
  --color-white: #ffffff;
  --color-lightgray: #d3d3d3;
}

.bc-block-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bc-block {
  max-width: 26rem;
  box-shadow: 0 0 0.3rem #d3d3d3;
  padding: 0;
  border-radius: 0.5rem;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  width: 26rem;
  min-width: 20rem;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .bc-block {
    max-width: 30rem;
    width: 100%;
  }
}
.bc-block h4 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #ffb700;
  color: #4b5661;
  margin-top: 0;
  margin-bottom: 0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc-block .bc-block--content {
  margin-top: auto;
  margin-bottom: auto;
  max-height: 16rem;
  overflow-y: auto;
}
.bc-block .bc-block--content.padding {
  padding: 1.5rem;
}
.bc-block .bc-block--content .bc-block--content-text {
  margin: 1rem;
}
.bc-block .bc-block--footer {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  text-align: center;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bc-block .bc-block--footer a {
  margin: 0;
}

/*# sourceMappingURL=bc-block.css.map */
