.hqLhOM{
  z-index: 2 !important;
}

.kontact-bobo{
  padding: 0 10px;
}

.hs-form-frame{
    min-width: 33vw;
}

.heading {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.form-block {
  margin-top: 32px;
}

.bloc-contact-intro {
  margin-bottom: 32px;
  background-color: hsla(0, 0%, 100%, 0.77);
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.body {
  background-image: url('../images/background_contactv5-4.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

@media (max-width: 800px) { 
    .hs-form-frame{
    min-width: 90vw;
}
 }