.body {
  background-color: #cfcfcf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(100%, #bcbcbc), to(#000000));
  background-image: linear-gradient(180deg, #fff, #bcbcbc 100%, #121212);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.div-block {
  height: auto;
  padding: 0px;
}

.html-embed {
  width: auto;
  height: auto;
  padding-top: 17px;
}

.paragraph {
  padding-right: 19px;
  padding-left: 19px;
  font-family: Lato, sans-serif;
  text-align: center;
  text-transform: none;
  font-weight: bold;
}

.container {
  position: relative;
  text-align: center;
}

.nestcamstyle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  min-height: 380px;
  min-width: 640px;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-2 {
  height: auto;
  min-height: auto;
  text-align: center;
}

.html-embed-2 {
  height: auto;
}

.heading {
  font-family: Lato, sans-serif;
  text-decoration: underline;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.paragraph-3 {
  overflow: visible;
  padding-top: 13px;
  font-size: 20px;
  font-weight: 700;
}

.heading-2 {
  font-family: Lato, sans-serif;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .paragraph-3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    text-align: center;
  }

  .paragraph-3 {
    text-align: center;
  }

  .heading-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .bold-text {
    font-size: 12px;
    text-align: left;
  }
}

