.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;
  }
}

.section {
  background-image: url('../images/method-of-past-life-regression-min-3.jpg');
  background-position: 50%;
  background-size: cover;
  padding-left: 10px;
  padding-right: 10px;
}

.section.title {
  padding-bottom: 20px;
}

.nav_bar {
  background-color: #000;
  display: flex;
}

.nav_link {
  color: #fff;
  font-weight: 700;
}

.nav_link:hover {
  color: #fff;
  background-color: #f80;
}

.heading {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
}

.heading-1 {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ff2d2d;
  text-shadow: 0 0 12px #bf2f28;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}
.heading-1-sub {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ff2d2d;
  text-shadow: 0 0 12px #bf2f28;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 27px;
  line-height: 60px;
  text-align: center;
}


.heading-2 {
  color: #fff200;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ff2d2d;
  text-shadow: 0 0 12px rgba(253, 242, 0, .59);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 50px;
  line-height: 60px;
}

.heading-2.article {
  text-shadow: 0 0 12px rgba(253, 242, 0, .46);
   font-size: 48px;
  line-height: 54px;
  text-align: center;
  padding-bottom: 10px;
}

.container {
  max-width: 700px;
}

.heading-3 {
  color: #000;
  text-align: center;
  text-shadow: 0 0 11px #fff;
  background-color: #ffea00;
  background-image: url('../images/light-golden-background-plain-golden.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  border: 3px solid #f8ec7e;
  border-radius: 0 0 20px 20px;
  margin: 0 40px;
  padding: 20px;
  font-family: Droid Sans, sans-serif;
  font-size: 30px;
  line-height: 33px;
}

.container-2 {
  max-width: 800px;
  text-align: center;
}

.container-2.article {
  max-width: 700px;
}

.section-2 {
  padding: 0 10px 36px;
}

.section-2.article {
  background-image: none;
  padding-top: 20px;
  padding-bottom: 40px;
}

.image {
  width: 195px;
  opacity: 1;
  border-radius: 9px;
  margin-left: -40px;
  margin-right: -40px;
  display: block;
  transform: rotate(0);
  box-shadow: 0 13px 8px -4px rgba(0, 0, 0, .12);
}

.image.card1 {
  width: 28%;
  max-width: 28%;
  margin-top: 110px;
  margin-left: -60px;
  margin-right: -60px;
  transform: rotate(-30deg);
  box-shadow: 0 10px 8px 2px rgba(0, 0, 0, .7);
}

.image.card2 {
  width: 28%;
  max-width: 28%;
  margin-top: 55px;
  margin-left: -60px;
  margin-right: -60px;
  transform: rotate(-20deg);
  box-shadow: 0 10px 8px 2px rgba(0, 0, 0, .7);
}

.image.card3 {
  width: 28%;
  max-width: 28%;
  margin-top: 20px;
  margin-left: -60px;
  margin-right: -60px;
  transform: rotate(-10deg);
  box-shadow: 0 10px 8px 2px rgba(0, 0, 0, .7);
}

.image.card4 {
  z-index: 5;
  width: 28%;
  max-width: 28%;
  margin-left: -60px;
  margin-right: -60px;
  position: relative;
  box-shadow: 0 10px 8px 2px rgba(0, 0, 0, .7);
}

.image.card5 {
  z-index: 3;
  width: 28%;
  max-width: 28%;
  margin-top: 20px;
  margin-left: -60px;
  margin-right: -60px;
  position: relative;
  transform: rotate(10deg);
  box-shadow: 0 10px 8px 2px rgba(0, 0, 0, .7);
}

.image.card6 {
  z-index: 2;
  width: 28%;
  max-width: 28%;
  margin-top: 55px;
  margin-left: -60px;
  margin-right: -60px;
  position: relative;
  transform: rotate(20deg);
  box-shadow: 0 10px 8px 2px rgba(0, 0, 0, .7);
}

.image.card7 {
  z-index: 1;
  width: 28%;
  max-width: 28%;
  flex: 0 auto;
  order: 0;
  margin-top: 110px;
  margin-left: -60px;
  margin-right: -60px;
  position: relative;
  transform: rotate(30deg);
  box-shadow: 0 10px 8px 2px rgba(0, 0, 0, .7);
}

.image-2.mobile-only {
  display: none;
}


.div-block {
  max-width: none;
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: visible;
}

.footer_wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer_text {
  text-align: center;
}

.div-block-2 {
  max-width: none;
}

.image-2 {
  max-width: 19%;
  border-radius: 6px;
  order: 0;
  box-shadow: 0 6px 5px -2px rgba(34, 9, 92, .29);
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 21px;
  display: flex;
}

.heading-4 {
  color: #4f0a25;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 38px;
}


.heading-sub {
  color: #4f0a25;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 38px;
}

.paragraph-mid {
  color: #000;
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  font-weight: bold;
}

.fb_comment{
  padding-top: 30px;
}

.paragraph {
  color: #000;
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 27px;
}
.paragraph-i {
  color: #000;
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  font-style: italic;
}

.paragraph-aff {
  color: #000;
  text-align: left;
  margin-top: 10px;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  font-weight: bold;
}
li {
  color: #000;
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 23px;
}
.main_card-2 {
  max-width: 70%;
  border: 8px solid #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.image-container{
  text-align: center;
  padding-top: 10px;
}

.link-block-2 {
  color: #fff;
  background-color: #5b0a26;
  background-image: linear-gradient(#9862eb, #312156);
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 40px;
  text-decoration: none;
  box-shadow: 0 6px rgba(0, 0, 0, .2);
}

.text-block {
  text-shadow: 0 0 7px #6799ff;
  font-family: Droid Serif, serif;
  font-size: 24px;
  line-height: 30px;
}

.columns {
  align-items: center;
  display: flex;
}

.image-3 {
  max-width: 90%;
  mix-blend-mode: screen;
}

.image-4 {
  margin-top: -36px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .nav_bar {
    display: block;
  }

  .nav-menu {
    background-color: #071a41;
  }

  .menu-button {
    background-color: rgba(206, 193, 193, 0);
  }

  .heading-2.article {
    text-align: center;
    font-size: 42px;
    line-height: 42px;
  }
  .image-2.mobile-only{
    display: inline-block;
  }

 .main_card-2 {
  max-width: 40%;
  border: 8px solid #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
 }
.image-container{
  text-align: center;
  padding-top: 20px;
 }

  .card-images img {
    flex: 0 0 30%;
    max-width: 100%;
  }


  .menu-button.w--open {
    background-color: #071a41;
  }

  .icon {
    color: #fff;
  }

  .footer_wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 10px;
  }

  .nav-menu {
    background-color: #2f0a32;
  }

  .heading {
    font-size: 20px;
    line-height: 22px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 42px;
  }

  .heading-3 {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px;
    font-size: 25px;
    line-height: 29px;
    display: inline-block;
  }

  .heading-2.article {
    font-size: 35px;
    line-height: 36px;
    padding-top: 10px;
  }
  .main_card-2 {
  max-width: 30%;
  border: 8px solid #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }
  .image-container{
  text-align: center;
  padding-top: 20px;
  }

.image-2.mobile-only{
      display: inline-block;
  }

 .heading-4{
  font-size: 24px;
 }
  .heading-1 {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
  }
  .heading-1-sub {
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    padding-top: 10px;
  }


  .section-2 {
    padding-bottom: 20px;
  }

  .image.card1 {
    margin-top: 60px;
  }

  .image.card2 {
    margin-top: 30px;
  }

  .image.card3, .image.card5 {
    margin-top: 10px;
  }

  .image.card6 {
    margin-top: 30px;
  }

  .image.card7 {
    margin-top: 60px;
  }

  .div-block-3 {
    margin-top: 23px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 23px;
    padding-bottom: 10px;
  }

  .section.title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #000;
  }

  .heading {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .heading-2 {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
  }

   .heading-2.article {
    font-size: 35px;
    line-height: 36px;

  }

  .image-2.mobile-only{
    display: inline-block;
  }

  .heading-3 {
    padding: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block {
    overflow: visible;
  }

  .image-2 {
    max-width: 30%;
  }

  .heading-1 {
    text-align: center;
    font-size: 27px;
    line-height: 32px;
  }

  .heading-1-sub {
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    padding-top: 10px;
  }

  .main_card-2 {
  max-width: 30%;
  border: 8px solid #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }
 .image-container{
  text-align: center;
  padding-top: 20px;
  }


  .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-sub {
    font-size: 20px;
    
  }

  .paragraph {
    font-size: 16px;
    line-height: 23px;
  }

  .paragraph-mid {
    font-size: 16px;
    line-height: 23px;
  }


  .link-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    font-size: 20px;
    line-height: 27px;
  }

  .columns {
    display: block;
  }

  .image-3 {
    max-width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .column {
    text-align: center;
    margin-top: 0;
  }
}


