
.body--container {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  height: auto;
    padding-top:80px;
    padding-bottom: 40px;

}

.bubble--container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  height: auto;
    
}

.text {
  font-family: 'MontLight';
  width: 50%;
    max-width: 400px;
  text-align: center;
  font-size: 18px;
  z-index: 3;
  color: #ffffff;
}

.bubble {
  z-index: 2;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.bubble--one {
  width: 30px;
  height: 30px;
  left: 60px;
  top: 75px;
  background-color: #D28D6C;
}

.bubble--two {
  top: 100px;
  right: 50px;
  background-color:transparent;
    border: 1px solid #BBB8BE;
}

.bubble--three {
  bottom: 10px;
  left: 120px;
    right: 3px;
    top: 80px;
  background-color: #565071;
}

.bubble--large {
  z-index: 1;
  width: 300px;
  height: 300px;
  background-color:transparent;
    border: 1px solid #BBB8BE;
}

@media screen and (max-width: 900px) {
.text {
  font-family: 'MontLight';
  width: 80%;
    max-width: 400px;
  text-align: center;
  font-size: 15px;
  z-index: 3;
  color: #ffffff;
    
}
    .bubble--large {
  z-index: 1;
  width: 200px;
  height: 200px;
  background-color:transparent;
    border: 1px solid #BBB8BE;
}
    .bubble--one {
  width: 20px;
  height: 20px;
  left: 60px;
  top: 120px;
  background-color: #D28D6C;
}

.bubble--two {
  top: 140px;
  right: 50px;
  background-color:transparent;
    border: 1px solid #BBB8BE;
}

.bubble--three {
  bottom: 10px;
  left: 120px;
    right: 3px;
    top: 150px;
}
    .body--container {

    padding-top:40px;
    padding-bottom: 40px;

}


}