.bg-beta {
  background: #f7f7f7 url(/images/comment.svg) no-repeat center bottom fixed;
  background-size: cover;
}

h6.text-primary {
  font-weight: 800;
}

#sample {
  position: relative;
  min-height: 900px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sample-button {
  position: absolute;
}

#sample-placeholder {
  width: 100%;
  border-radius: 15px;
  display: none;
}

#sample-map {
  box-shadow: 0 10px 25px rgb(60 72 88 / 15%);
  border: 3px solid #f2f2f2;
  border-color: #f2f2f2;
  height: 900px;
  width: 100%;
  border-radius: 10px;
  visibility: hidden;
}
