.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #050708;
  font-family: Outfit, sans-serif;
}

.image {
  opacity: .77;
  filter: blur(5px);
}

.div-block {
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 760px;
  height: auto;
  margin-top: 84px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 9px;
  text-transform: uppercase;
  margin-top: 120px;
  font-size: 30px;
  font-weight: 100;
}

.image-2 {
  object-fit: cover;
}

.container {
  text-align: center;
  display: block;
}


