.bmff-header {
  padding-bottom: 0px;
}

.bmff-title {
  color: #006b8f;
}

.bmff-survey-button {
  background-color: #f07015;
  border-radius: 40px;
  color: white;
  font-weight: bold;
}

.bmff-p {
  font-size: 1.1em;
}

.bmff-grid {
  display: grid;
  -ms-display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  max-width: 1100px;
}

.bmff-grid img {
  max-width: 100%;
}

.bmff-button-grid {
  display: inline-grid;
  justify-items: center;
  align-items: center;
}

.bmff-button-grid-item {
  background-color: #f07015;
  border-radius: 20px;
  width: 320px;
  max-width: 100vw;
  padding: 20px;
  color: white;
  font-weight: bold;
  margin-top: 1em;
  white-space: normal;
}
